g., InsertParameters,
UpdateParameters, etc.). The SQL operation method name attributes are equally well
defined with names such as SelectMethod and UpdateMethod. The ObjectDataSource is a
great control for small web applications but may not always be so ideal for larger and
more sophisticated apps that need logical and physical separation of the data tier that
has complex data objects and a data access layer.
Summary
The ToDo List application is an excellent example of an ASP.NET application and how it
can be enhanced with AJAX functionality using ASP.NET AJAX server controls. The server
control set you saw in the previous chapter has been carefully designed and implemented
to allow you to enhance existing applications as easily as possible and in a
manner that involves touching your existing code as little as possible.
Additionally, for new applications, it involves reusing your existing skills in ASP.NET
and lowers the learning curve drastically.
CHAPTER 6 ?– USING SERVER CONTROLS IN ASP.NET AJAX 129
Using the ASP.NET AJAX Control
Toolkit (Part 1)
By now, you are quite familiar with the ASP.
Pages:
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204