Hello
I am trying find a way to set focus on an asp .net v1.1 mobile textbox control. Please let me know how can I accomplish that.
Thanks
Harman
Have you tried to use the Focus( ) method?
tbMyTextBox.Focus() should do the trick if you put it in the MyForm_Load() method.
Ramius.