ClientScriptManager.RegisterClientScriptBlock Method (System.Web.UI)

Switch View :
ScriptFree
.NET Framework Class Library
ClientScriptManager.RegisterClientScriptBlock Method

Registers the client script with the Page object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method RegisterClientScriptBlock(Type, String, String) Registers the client script with the Page object using a type, key, and script literal.
Public method RegisterClientScriptBlock(Type, String, String, Boolean) Registers the client script with the Page object using a type, key, script literal, and Boolean value indicating whether to add script tags.
Top
See Also

Reference