GridView.Render Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
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
The System.Web.UI.HtmlTextWriter used to render the server control content on the client's browser.
The Render method is used to render the server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
Note: |
|---|
| This method is used primarily by control developers to extend the GridView control. |
Community Additions
ADD
Show:
Note: