using vb.net/asp.net 2005
after the user clicks on a button in the buttonClick event I am trying to set the focus at the end of the function simply as follows:
txtMyTextBox.Focus()
However the focus is instead going to another button. The tabIndex property is not set on any controls on the page. Has anyone experience this? thanks
MC
View Complete Post