Literal.Focus Method
.NET Framework 3.0
Set input focus to a control; the Focus base control method is not supported on a Literal control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The Literal control overrides the Focus method of the base class. The Focus method of a Literal control always throws an exception to indicate that the Focus method is not supported on a Literal control.
Community Additions
ADD
Show: