DelegateValidationControl Methods

Include Protected Members
Include Inherited Members

The DelegateValidationControl type exposes the following members.

Methods

  Name Description
Protected method OnInit This member is reserved for internal use and is not intended to be used directly from your code. Raises the Init event. (Overrides Control.OnInit(EventArgs).)
Protected method Render This member is reserved for internal use and is not intended to be used directly from your code. Renders the validation error message to the provided HtmlTextWriter object, which writes the content to be rendered on the client. (Overrides WebControl.Render(HtmlTextWriter).)
Public methodStatic member RenderInputFormValidationErrorAfterMessage This member is reserved for internal use and is not intended to be used directly from your code. Renders the HTML required to display the validation error message on an input form.
Public methodStatic member RenderInputFormValidationErrorBeforeMessage This member is reserved for internal use and is not intended to be used directly from your code. Renders the HTML required to display the validation error message on an input form.
Public methodStatic member RenderValidationErrorAfterMessage This member is reserved for internal use and is not intended to be used directly from your code. Renders the HTML required to display the validation error message in a table.
Public methodStatic member RenderValidationErrorBeforeMessage This member is reserved for internal use and is not intended to be used directly from your code. Renders the HTML required to display the validation error message in a table.
Public methodStatic member RenderValidationErrorMessage This member is reserved for internal use and is not intended to be used directly from your code. Renders the validation error message in an HTML table.
Public method Validate Checks to see whether the DelegateValidationControl instance is enabled, and, if so, calls the delegate callback function specified by the ValidationCallback property to validate the control.

Top

See Also

Reference

DelegateValidationControl Class

Microsoft.Office.Server.WebControls Namespace