If you are interested in having a more in-depth understanding
of the inner workings of these script blocks on the page, you can view them by using
either an HTTP sniffer, the JSView plug-in for FireFox (https://addons.mozilla.org/
en-US/firefox/addon/2076), or other third-party tools designed to capture the browser
output.
Using a Task List Manager
One of the first reference applications publicly available for ASP.NET AJAX was Scott
Guthrie??™s task list manager, ToDo List. This application is a simple yet powerful demonstration
of the power of the ASP.NET 2.0 Framework and how easy it is to extend it for
AJAX-style functionality using ASP.NET AJAX.
This application is a simple task manager using SQL Server 2005 Express edition as
a container for its data. You can download and run it on your local machine with the
complete source available online. Feel free to customize this app in any way you want
by adding or modifying new items as long as you accommodate these changes in the
CHAPTER 6 ?– USING SERVER CONTROLS IN ASP.NET AJAX 115
provided database. The entire application really consists of a single .
Pages:
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192