FormView::Render Method (HtmlTextWriter^)
.NET Framework (current version)
Displays the FormView control on the client.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An HtmlTextWriter that contains the output stream to render on the client.
The Render method is used to render the server control content to the client's browser using the specified HtmlTextWriter object.
.NET Framework
Available since 2.0
Available since 2.0
Show: