System.Web.UI.WebControls.FileUpload.Render Method

Sends the System.Web.UI.WebControls.FileUpload control content to the specified System.Web.UI.HtmlTextWriter object, which writes the content to render on the client.

Syntax

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

Parameters

writer
The System.Web.UI.HtmlTextWriter object that receives the System.Web.UI.WebControls.FileUpload control content.

Remarks

The FileUpload.Render(System.Web.UI.HtmlTextWriter) method sends the System.Web.UI.WebControls.FileUpload control content to the specified System.Web.UI.HtmlTextWriter object, which writes the content to render on the client.

Requirements

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