0
kicks
Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics
This is a nice article on the declarative use of the data source controls to access your data in .NET. I prefer getting my hands dirty with a SqlConnection and SqlDataReader but find these control useful for rapid prototyping.