Conceptual overview of ASP.NET website Database integration
“Data Binding with Data Sources”
by Ted Kolovos
So you want to make your ASP.NET application come alive with database data? This special article gives you a simple easy to follow overview of the basic concepts and terminology needed to make your ASP.NET web applications data driven. There are many different ways to integrate an ASP.NET web application with a database, so this article walks you through the important core fundamental knowledge that you need to easily get started. This article explains how Data Sources and Data Binding work in combination to enable your ASP.NET web page controls to query or modify the database.