Click or drag to resize

LayoutManagerDesignInitToolbox Method

Register javascript on the page to initialize the designer toolbox.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void DesignInitToolbox(
	Page page,
	string toolboxClientID
)

Parameters

page
Type: System.Web.UIPage
The page.
toolboxClientID
Type: SystemString
The client ID of the toolbox control.
See Also