LoginView::Focus Method ()
.NET Framework (current version)
Sets input focus to a control.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | You call the Focus method. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: