Used by the pageLoading event of the PageRequestManager class to send event data that represents the UpdatePanel controls that are being updated and deleted as a result of the most recent postback.
Initializes a new instance of the PageLoadingEventArgs class.
An object of type EventArgs that is used as a convenient way to specify an empty EventArgs instance.
Gets a JSON data structure that contains data items that were registered by using the RegisterDataItem method of the ScriptManager class. page or control must be in partial-page rendering mode to register data items that use the RegisterDataItem method of the ScriptManager class. Use the IsInAsyncPostBack property to check whether the page is in partial-page rendering mode. The dataItems property returns a JSON data structure that contains name/value pairs. The name is the unique ID of the control that is used in the control parameter of the RegisterDataItem method. The value is the dataItem parameter of the RegisterDataItem method.
any
A JSON data structure that contains name/value pairs that were registered as data items by using the RegisterDataItem method of the ScriptManager class.
Gets an array of HTML
Array<HTMLDivElement>
An array of
Gets an array of HTML
Array<HTMLDivElement>
An array of