Previous Page
Next Page

Chapter 11
Databinding
After completing this chapter, you will be able to

This chapter covers one of ASP.NET's most useful features: databinding. A number of controls within ASP.NET have the capability to understand the form and content of a collection and to render the correct tags to represent such user elements as list boxes, radio button lists, and combo boxes. Here we'll examine how these controls work and how to use them on a Web page.


Previous Page
Next Page