Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
.NET Framework Class Library
ClientScriptManager Members

Defines methods for managing client-side scripts in Web applications.

The following tables list the members exposed by the ClientScriptManager type.

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetCallbackEventReference Overloaded. Obtains a reference to a client-side function that, when invoked, initiates a client call back to a server-side event.
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method 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.
Public method GetPostBackEventReference Overloaded. Returns a string that can be used in a client event to cause postback to the server.
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method GetWebResourceUrl Gets a URL reference to a server-side resource.
Public method IsClientScriptBlockRegistered Overloaded. Determines whether the client script block is registered with the Page object.
Public method IsClientScriptIncludeRegistered Overloaded. Determines whether the client script include is registered with the Page object.
Public method IsOnSubmitStatementRegistered Overloaded. Determines whether the OnSubmit statement is registered with the Page object.
Public method IsStartupScriptRegistered Overloaded. Determines whether the startup script is registered with the Page object.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method RegisterArrayDeclaration Registers a JavaScript array declaration with the Page object using an array name and array value.
Public method RegisterClientScriptBlock Overloaded. Registers the client script with the Page object.
Public method RegisterClientScriptInclude Overloaded. Registers the client script include with the Page object.
Public method RegisterClientScriptResource Registers the client script resource with the Page object using a type and a resource name.
Public method RegisterExpandoAttribute Overloaded. Registers a name/value pair as a custom (expando) attribute of the specified control.
Public method RegisterForEventValidation Overloaded. Registers an event reference for validation.
Public method RegisterHiddenField Registers a hidden value with the Page object.
Public method 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.
Public method RegisterStartupScript Overloaded. Registers the startup script with the Page object.
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Public method ValidateEvent Overloaded. Validates a client-side event.
Top
  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker