System.Web.UI.Adapters.PageAdapter.GetPostBackFormReference Method

Returns a DHTML code fragment that the client browser can use to reference the form on the page that was posted.

Syntax

protected virtual string GetPostBackFormReference (string formID)

Parameters

formID
Documentation for this section has not yet been entered.

Returns

A string with a reference to the form on the page that was posted.

Remarks

The PageAdapter.GetPostBackFormReference(string) method provides a DHTML reference to the postback form. The code fragment has the following format:

document.forms['formID']

Requirements

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