The
ScriptManagerProxy control enables you to place scripts and/or services in your content
pages. Before delving deeper into this control, let??™s also look at the properties for the
supported child tags of this control in Table 5-4.
Table 5-4. ScriptManagerProxy Child Tags
Property Name Function
AuthenticationService Returns the AuthenticationServiceManager object (for custom
authentication service) that is associated with the current
ScriptManagerProxy instance
ProfileService Returns the ProfileServiceManager object that is associated with
the current ScriptManagerProxy instance
Scripts Returns a ScriptReferenceCollection object that contains a
ScriptReference object for each script file that is registered with
the ScriptManagerProxy control
Services Returns a ServiceReferenceCollection object that contains a
ServiceReference object for each service that is registered with
the ScriptManagerProxy control
As mentioned earlier, the ScriptMangerProxy control is ideal for use in content pages
where a ScriptManager has already been defined in the corresponding master page.
Pages:
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163