Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to fetch data from Oracle Data base using Tab key , like when user enter ID in one text box and press Tab key it should fetch data in other text boxes , i am using web form . how can i do this process...???
Posted
Comments
[no name] 27-Nov-12 12:43pm    
You need to look up the keypress event and how to override the event.

1 solution

You can use the javascript onblur event for that text box.
On this event you can call an ajax post and bind the other textboxes.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900