System.Web.UI.WebControls.DetailsView.Render Method

Displays the System.Web.UI.WebControls.DetailsView control on the client using the specified System.Web.UI.HtmlTextWriter object.

Syntax

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

Parameters

writer
An System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.

Remarks

The DetailsView.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.

Requirements

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