BaseValidator.Render Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Displays the control on the client.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
A System.Web.UI.HtmlTextWriter that contains the output stream for rendering on the client.
Community Additions
ADD
Show: