Click or drag to resize

EAPUtilSetInitialFocus Method

Set initial focus on the page to the specified control.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void SetInitialFocus(
	Page Page,
	string ControlID
)

Parameters

Page
Type: System.Web.UIPage
The page.
ControlID
Type: SystemString
The control to get focus.
See Also