Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
| 1. | What are the client-side controls that are available as part of the Sys.Preview.UI namespace in the ASP.NET Ajax Futures release? |
| 2. | Name some of the most popular Ajax implementations of today. |
| 3. | Name the Ajax-enabled dynamic data controls of the ASP.NET Futures release. Briefly explain what each of them is used for. |
| 4. | How can you use a DynamicList control that is mapped to a GridView control to use as its template? |
| 5. | I have a DynamicList control with its ID as “DynamicList1” and a GridView control with its ID as “GridView1”. How do I map the ControlID property of the DynamicList control to the GridView control? |
| 6. | What should you specify in your application’s web.config file to provide the support for returning DataSet, DataTable, or DataRow instances from a web service or even a page method? |