Community

ASP.NET tutorial: binding a datareader to a datalist using SQL server and C#

The first step in binding a datareader to a datalist is to import the System.Data.SqlClient namespace and have ASP.NET connect to SQL Server. This gives you access to the classes necessary to retrieve data from a SQL Server database. More on .net datareader performance in this asp.net tutorial

Read More - Register for Free Membership