Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Doubt in ASP Data Access

Last post 12-18-2006, 2:53 PM by carlcamera. 1 replies.
Sort Posts: Previous Next
  •  11-28-2006, 2:27 AM 24956

    Doubt in ASP Data Access

    Hi Dears,

     I'm using Access as Back end.

    Consider, In a ASP file i'm having some text boxes, while pressing TAB key after entering the REGNO in first text box, it should display all the relevant information of that students in remaining text boxes.

     

    What should be the Coding?  Please reply soon to here or to my email jdbaabu@gmail.com.

     

  •  12-18-2006, 2:53 PM 25621 in reply to 24956

    Re: Doubt in ASP Data Access

     

    jd

    The hook you're looking for would have to be a javascript hook since the TAB does not generate a round-trip with the server.

     You would need to specify an "onblur" method for the text box.  Blur is the opposite of Focus.  The text box "gets focus" when tabbed into or clicked on.  The text box's onblur event is triggered when the box has focus, then someone tabs out of it or clicks elsewhere.

     

      Hope this helps,

     

    Carl

     


    Sincerely,

    Carl
    -----
    vine type - content management with standards in mind - vinetype.com
    -----
View as RSS news feed in XML