NET page can be called from client script
EnablePartialRendering Boolean value that enables partial rendering of a page
EnableScriptGlobalization Boolean value indicating whether the ScriptManager control
renders script in the browser to support parsing and formatting
culture-specific information
CHAPTER 5 ?– INTRODUCING SERVER CONTROLS IN ASP.NET AJAX 85
Continued
EnableScriptLocalization Boolean value indicating whether the ScriptManager control loads
localized versions of script files
IsDebuggingEnabled Boolean value indicating whether the debug versions of client
script libraries will be rendered
IsInAsyncPostBack Boolean value indicating whether the current postback is being
executed in partial-rendering mode
LoadScriptsBeforeUI Boolean value indicating whether scripts are loaded before or
after markup for the page UI is loaded
ScriptMode Determines whether to render debug or release versions of client
script libraries
ScriptPath The path to the location that is used to build the paths to ASP.NET
AJAX Extensions as well as other script files
Scripts Returns a ScriptReferenceCollection object that contains
ScriptReference objects that are registered with the
ScriptManager control declaratively or programmatically
Services Returns a ServiceReferenceCollection object that contains a
ServiceReference object for each web service that ASP.
Pages:
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155