DelegateValidationControl Methods
Include Protected Members
Include Inherited Members
The DelegateValidationControl type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
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).) |
![]() |
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).) |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() |
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
.gif)
.gif)
.gif)