LoginView.Focus Method
.NET Framework 3.0
Sets input focus to a control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Focus method does not set the initial focus of the Web page to the LoginView control or to any of its child controls. Controls that are contained in the LoginView control are created after the PreRender event. To set the focus to a child control contained by the LoginView, handle the On_PreRender and call its Focus method.
Community Additions
ADD
Show: