Hi,
I have created a web form with
VB .Net in Visual Studio.Net.
I have a textbox on the form, which allows an entry only when a button is pressed. I need to set the focus to that textbox so the cursor blinks in the textbox when the button is pressed, so as to prompt the user to fill in the textbox.
In VB6 I used SetFocus in a windows form for a textbox, is their an equivelant to this in
VB .Net, so far I cannot find it!
Thanks
VBMazza