Hi,
I have a page with a set of textboxes and dropdown lists. When using a tab to go from control to control, the sequence goes well till i arrive at a drop down. On selecting a particular item in the drop down,the page gets refreshed and the tab goes backto first textbox.
Is there any way to set focus on the next control after dropdown?
I tried using Focus method for the textbox on dropdown change and even set the indexes which turned out in vain.
Thanks
Prat
I have a page with a set of textboxes and dropdown lists. When using a tab to go from control to control, the sequence goes well till i arrive at a drop down. On selecting a particular item in the drop down,the page gets refreshed and the tab goes backto first textbox.
Is there any way to set focus on the next control after dropdown?
I tried using Focus method for the textbox on dropdown change and even set the indexes which turned out in vain.
Thanks
Prat
Comment