Creating Data-Enabled Web Pages using the DataList
Introduction
ASP.NET provides a complement of server controls that make it easier to create advanced web applications. Three web controls that fall into this category are the Repeater, DataGrid, and DataList.
This article demonstrates the fundamentals you need to know to describe the DataList, connect data to it, and support managing that data. Most of the code and techniques demonstrated can also be applied to the Repeater and DataGrid controls. When you've finished reading this article you'll know how to implement a suitable data source, describe a DataList control, bind data to the list, edit the data, and use the Session cache.