Question Losing Focus of Autopostback

lfields20

Member
Joined
Sep 12, 2009
Messages
13
Programming Experience
1-3
When my textbox postback from the textchange event, the textbox is losing focus even though I have TextBox1.Focus() at the end of the sub. I've tried javascript as well, but it still loses focus after the second time a key is pressed.

Could I get help with keeping the focus on the textbox after postback is fired.

Thanks
 
Last edited:
Back
Top