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.
My Site
Page.Controls.Add(new LiteralControl("<script language=""javascript"">thatelement.focus()</script>"))
Need to re-register ASP.NET? C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
Forum Rules