ScriptManagerHelper Members
The ScriptManagerHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
CreateJavascriptInclude |
Creates the javascript include on the client side.
var {varibleName}= document.createElement('script'); {varibleName}.src = '{url}'; document.getElementsByTagName('head')[0].appendChild({varibleName});
|
![]() ![]() |
GenerateJavascriptInclude |
Generates the javascript include.
var {varibleName}= document.createElement('script'); {varibleName}.src = '{url}'; document.getElementsByTagName('head')[0].appendChild({varibleName});
|
![]() ![]() |
GenerateStyleSheetInclude |
Generates the style sheet include.
|
![]() ![]() |
IsControlInPartialRendering |
Determines whether the specified control is in partial rendering.
|
![]() ![]() |
IsInAsyncPostBack |
Determines whether the current postback is being executed in
partial-rendering mode.
|
![]() ![]() |
RegisterClientScriptBlock |
Registers the client script block.
|
![]() ![]() |
RegisterClientScriptInclude |
Registers a script file which to be rendered each time an asynchronous
postback occurs.
Works only if ScriptManager control is existed on the page. Otherwise
does nothing.
|
![]() ![]() |
RegisterClientScriptResource |
Registers a script file which to be rendered each time an asynchronous
postback occurs.
Works only if ScriptManager control is existed on the page. Otherwise
does nothing.
|
![]() ![]() |
RegisterStylesheetInclude |
Registers the stylesheet include.
|
![]() ![]() |
RegisterStyleTag |