GridView::Render Method (HtmlTextWriter^)
.NET Framework (current version)
This API supports the product 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.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
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. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
