aspx page and look at the output, as expected you will see
the same general output that is generated by the ScriptManager control from the master
page consisting of the three main script blocks (among others) pointing to the
WebResource.axd and ScriptResource.axd as shown here:
CHAPTER 5 ?– INTRODUCING SERVER CONTROLS IN ASP.NET AJAX 91
But suppose you need additional AJAX functionality in your content page. For example,
you might want to take advantage of one of many great controls available in the
ASP.NET AJAX Control Toolkit (covered extensively in Chapters 7 and 8).
Pages:
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165