GridView.Render Method (HtmlTextWriter)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
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.
![]() |
---|
This method is used primarily by control developers to extend the GridView control. |
.NET Framework
Available since 2.0
Available since 2.0
Show: