System.Web.UI.WebControls.GridView.Render Method

Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.

Syntax

protected override void Render (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
The System.Web.UI.HtmlTextWriter used to render the server control content on the client's browser.

Remarks

The GridView.Render(System.Web.UI.HtmlTextWriter) 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 System.Web.UI.WebControls.GridView control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0