Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ScriptManager Class

EO.Web ScriptManager manages client side script for a page that uses one or more EO.Web Controls.

For a list of all members of this type, see ScriptManager Members.

System.Object
   System.Web.UI.Control
      EO.Web.Control
         EO.Web.ScriptManager

[Visual Basic]
Public Class ScriptManager
    Inherits Control
[C#]
public class ScriptManager : Control

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

It is usually not necessary to use this control in a page because any EO.Web control can serve the role of ScriptManager. It is only necessary to place an EO.Web ScriptManager in the page when you use ASP.NET AJAX and did not initially render any EO.Web control in the page but subsequently wish to render one or more EO.Web control after an AJAX call.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

ScriptManager Members | EO.Web Namespace


Direct link to this topic