Tab Order
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a dataGrid. Inside that gird i have text box. And there is textbox for search in outside the grid. once i enter searching criteria and press search button(outside the grid) it will search and focus to the first text box which inside the grid. it will work fine. but i hit enter key it will search but it does not focus to the datagrid first text box. please help me to focus the cursor to the first text box of datagrid when press enter Note : All the controls are inside one updatepanel.
Dushan Perera