Page.ClientScript Property
.NET Framework 2.0
Gets a ClientScriptManager object used to manage, register, and add script to the page.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the ClientScript property to get a ClientScriptManager object that can be used to manage, register, and add script to a Web page. For more information, see the ClientScriptManager class.
The ClientScriptManager class is new in ASP.NET 2.0 and replaces Page class methods for managing scripts that are now deprecated.
Community Additions
ADD
Show: