Renders the Web server control content to the client's browser using the specified System.Web.UI.HtmlTextWriter object.
- writer
- The System.Web.UI.HtmlTextWriter used to render the server control content on the client's browser.
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.
This method is used primarily by control developers to extend the System.Web.UI.WebControls.GridView control.