M
Michael Murschell
How do I get a field to have the focus from the VB codebehind side?
If I have an <asp:textbox id=fld1 runat=server>
I want something like
fld1.getFocus()
but that is not it.
What is it?
If I have an <asp:textbox id=fld1 runat=server>
I want something like
fld1.getFocus()
but that is not it.
What is it?