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)
Syntaxpublic static void DesignInitToolbox(
Page page,
string toolboxClientID
)
Public Shared Sub DesignInitToolbox (
page As Page,
toolboxClientID As String
)
Parameters
- page
- Type: System.Web.UIPage
The page. - toolboxClientID
- Type: SystemString
The client ID of the toolbox control.
See Also