System.Web.UI.Control.Focus Method

Sets input focus to a control.

Syntax

public virtual void Focus ()

Remarks

Use the Control.Focus method to set the initial focus of the Web page to the control. The page will be opened in the browser with the control selected.

The Control.Focus method causes a call to the page focus script to be emitted on the rendered page. If the page does not contain a control with an HTML ID attribute that matches the control that the Control.Focus method was invoked on, then page focus will not be set. An example where this can occur is when you set the focus on a user control instead of setting the focus on a child control of the user control. In this scenario, you can use the Control.FindControl(string) method to find the child control of the user control and invoke its Control.Focus method.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0