DetailsView.Render Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Displays the DetailsView control on the client using the specified HtmlTextWriter object.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected void Render ( HtmlTextWriter writer )
protected internal override function Render ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An HtmlTextWriter that contains the output stream to render on the client.
Community Additions
ADD
Show: