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...???
1. Place the complete form in UpdatePanel
2. Add TextChanged event to the ASP.Net TextBox and set AutoPostBack true
3. Now in the event you fetch data and set it to respective textboxes
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.