Hi,
I have a postback occuring when the user changes the text in a textbox within a gridview. Once the user tabs off the field the TextChanged event executes as expected. However, when my page is refreshed, I want the focus to be set back to the control that the user had originally tabbed to just before the postback occurred. How can I know which control that was?
Thx.
I have a postback occuring when the user changes the text in a textbox within a gridview. Once the user tabs off the field the TextChanged event executes as expected. However, when my page is refreshed, I want the focus to be set back to the control that the user had originally tabbed to just before the postback occurred. How can I know which control that was?
Thx.