Click or drag to resize

EAPUtilGetPageForm Method

Gets the Form object on which the specified control resides. .Net Controls need to be added to the form.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static HtmlForm GetPageForm(
	Page page
)

Parameters

page
Type: System.Web.UIPage
The page.

Return Value

Type: HtmlForm
The form object from the control's page.
See Also