RegisterAsyncPostBackControl Registers a control for asynchronous postbacks.
RegisterDataItem Sends custom data to a control during partial-page rendering.
RegisterDispose Registers a script that can be used to properly dispose a control
inside an UpdatePanel control. This script is executed when the
UpdatePanel gets disposed.
RegisterExtenderControl Registers an extender control with the existing ScriptManager
instance.
RegisterPostBackControl Registers a control for postback. This method can be used for
existing controls inside an UpdatePanel that you require to do full
postbacks.
RegisterScriptControl Registers a script control with the existing ScriptManager
instance.
SetFocus Sets the browser focus to a specified control.
Table 5-2 lists the properties of the ScriptManager control excluding the properties
inherited from the Control and Object classes.
Table 5-2. ScriptManager Control Properties
Property Name Function
AllowCustomErrorsRedirect Boolean value indicating whether or not to use the custom errors
section of Web.config to handle errors in asynchronous postbacks
AsyncPostBackErrorMessage The error message that is sent to the client when an unhandled
server exception occurs during an asynchronous postback
AsyncPostBackSourceElementID The unique ID of the control that caused the asynchronous
postback
AsyncPostBackTimeout Indicates the period of time, in seconds, before asynchronous
postbacks time out if no response is received
AuthenticationService Returns the AuthenticationServiceManager object that is
associated with the current ScriptManager instance
EnablePageMethods Boolean value indicating whether static page methods on an
ASP.
Pages:
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154