I'm trying to create a scanning application. The last hurdle I have is to get the form to load with the focus in 1 textbox.
Me.ActiveForm = Me.Form2
TextBox1.Focus()
I get "A form tag with runat=server must exist on the Page to use SetFocus() or the Focus property. "
I have 17 (SEVENTEEN) "Runat=Server"'s in my asp page.
Please tell me what I'm missing.
Thanks,
Rog...
Me.ActiveForm = Me.Form2
TextBox1.Focus()
I get "A form tag with runat=server must exist on the Page to use SetFocus() or the Focus property. "
I have 17 (SEVENTEEN) "Runat=Server"'s in my asp page.
Please tell me what I'm missing.
Thanks,
Rog...