Page.ClientScript Property
.NET Framework (current version)
Gets a ClientScriptManager object used to manage, register, and add script to the page.
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.
For an example, see the ClientScriptManager class overview topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: