G
Guest
How do I set the focus to a control that is a child to a FormView? I've tried
the obvious (below) and lots of variations but none seam to work!
Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles
Me.Load
Me.FormView1.Row.FindControl("TextBox1").Focus()
End Sub
the obvious (below) and lots of variations but none seam to work!
Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles
Me.Load
Me.FormView1.Row.FindControl("TextBox1").Focus()
End Sub