FormView::Render Method (HtmlTextWriter^)

 
Use BaseTrue

Displays the FormView control on the client.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

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
Return to top
Show: