How is it possible in a webform using vb.net to set focus on a text box?
Printable View
How is it possible in a webform using vb.net to set focus on a text box?
I don't know of any ASP.Net way, I am still learning, but you may want to check out www.google.com to see how they set the focus to their textbox.
Page.Controls.Add(new LiteralControl("<script language=""javascript"">thatelement.focus()</script>"))