ClientScriptManager Methods
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Web.UI Namespace
ClientScriptManager Class
ClientScriptManager Methods ...
GetCallbackEventReference Meth ...
GetPostBackClientHyperlink Met ...
GetPostBackEventReference Meth ...
GetWebResourceUrl Method
IsClientScriptBlockRegistered ...
IsClientScriptIncludeRegistere ...
IsOnSubmitStatementRegistered ...
IsStartupScriptRegistered Meth ...
RegisterArrayDeclaration Metho ...
RegisterClientScriptBlock Meth ...
RegisterClientScriptInclude Me ...
RegisterClientScriptResource M ...
RegisterExpandoAttribute Metho ...
RegisterForEventValidation Met ...
RegisterHiddenField Method
RegisterOnSubmitStatement Meth ...
RegisterStartupScript Method
ValidateEvent Method
ClientScriptManager Class
ClientScriptManager Members
ClientScriptManager Methods
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ClientScriptManager Methods
The
ClientScriptManager
type exposes the following members.
Methods
Name
Description
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
(Inherited from
Object
.)
GetCallbackEventReference
Overloaded.
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetPostBackClientHyperlink
Overloaded.
Gets a reference, with
javascript:
appended to the beginning of it, that can be used in a client event to post back to the server.
GetPostBackEventReference
Overloaded.
Returns a string that can be used in a client event to cause postback to the server.
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
GetWebResourceUrl
Gets a URL reference to a resource in an assembly.
IsClientScriptBlockRegistered
Overloaded.
Determines whether the client script block is registered with the
Page
object.
IsClientScriptIncludeRegistered
Overloaded.
Determines whether the client script include is registered with the
Page
object.
IsOnSubmitStatementRegistered
Overloaded.
Determines whether the OnSubmit statement is registered with the
Page
object.
IsStartupScriptRegistered
Overloaded.
Determines whether the startup script is registered with the
Page
object.
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
RegisterArrayDeclaration
Registers a JavaScript array declaration with the
Page
object using an array name and array value.
RegisterClientScriptBlock
Overloaded.
Registers the client script with the
Page
object.
RegisterClientScriptInclude
Overloaded.
Registers the client script include with the
Page
object.
RegisterClientScriptResource
Registers the client script resource with the
Page
object using a type and a resource name.
RegisterExpandoAttribute
Overloaded.
Registers a name/value pair as a custom (expando) attribute of the specified control.
RegisterForEventValidation
Overloaded.
Registers an event reference for validation.
RegisterHiddenField
Registers a hidden value with the
Page
object.
RegisterOnSubmitStatement
Registers an OnSubmit statement with the
Page
object using a type, a key, and a script literal. The statement executes when the
HtmlForm
is submitted.
RegisterStartupScript
Overloaded.
Registers the startup script with the
Page
object.
ToString
Returns a
String
that represents the current
Object
.
(Inherited from
Object
.)
ValidateEvent
Overloaded.
Validates a client event.
Top
See Also
Reference
ClientScriptManager Class
System.Web.UI Namespace
Tags :