FormViewRow::Render Method (HtmlTextWriter^)

.NET Framework (current version)
 

Renders the control to the specified HTML writer.

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^

The HTML text writer object that receives the control content.

.NET Framework
Available since 4.0
Return to top
Show: