tommykeane

Stories submitted by tommykeane

Accessing and Updating Data in ASP.NET 2.0: Data Source Control Basics(aspnet.4guysfromrolla.com)

submitted by tommykeanetommykeane(385) 6 years, 4 months ago

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. read more...

add a comment |category: |Views: 5

tags: another