Focus after postback
Focus after postback
How can i set focus or send the cursor to a specific control on the page after postback?
let say that i have a textbox and a button next to it then another textbox below.
------------ -------
Text box button
------------ -------
------------
Text box
------------
after i click the button (server side) i want to send the cursor to the textbox below..
I don't want to start from the beggining when i press Tap..
Can anyone help me please?
__________________
Happy Programming :)
|