Respresents a WebControl that is used to manage JavaScript for FieldControls in a page. Each page can only contain one instance of ScriptManager.
Declaring type: ScriptManager
Namespace: XNode.Web.XField.Controls
Assembly: XNode.Web.XField
Collapse/Expand Public Constructors
  Name Description
Public Method ScriptManager Initializes a new instance of ScriptManager.
Collapse/Expand Protected Methods
  Name Description
Protected Method Virtual OnLoad Ensures a page can only contain one ScriptManager and manages the script resources for all instances of FieldControl contained in the page.
Collapse/Expand Public Properties
  Name Description
Public Property Virtual ExcludeJQuery Gets or sets a value indicating whether JQuery library should be excluded for all instance of FieldControl on a page. If this property is set to false, JQuery library will be automatically included; otherwise the client will need to include JQuery manually. By default , this property is set to false.