Results 1 to 4 of 4

Thread: Help!

  1. #1
    Join Date
    Sep 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help!

    Hi:

    I have set up an admin panel for my database. Whever I click the "edit" button to access individual records, I only get the first record on the list, not the requested record. You can see it here:

    http://www.csuniv.edu/db_list_edit.asp

    NOTE: When you mouse over any of the edit buttons you can see different ID's but the button sends me to the first record. Any suggestions?

    Thanks ... John

  2. #2
    Join Date
    Aug 2006
    Posts
    19
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    It is sort of hard to tell just by looking at the HTML. BTW... Is this homework for a class?

    Gandalf

  3. #3
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    If you can provide the source code persons can solve this more simply

  4. #4
    Join Date
    Oct 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    obviously you've filtered your db with the querystring?

    rs.Filter = "id = " & request.querystring("ID")

    i know its an obvious question, but thats where we'll start

    as mentioned, post your code and we'll debug for you

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •