ADO Database ASP.Net






    Untitled Page


    
    

             AutoGenerateRows="True" AllowPaging=True DataKeyNames="CustomerID">
            SelectCommand="SELECT * FROM [Customers]"
        ConnectionString="<%$ ConnectionStrings:AppConnectionString1 %>">
    
    
    

    


File: Web.config

  
  
                     connectionString="Data Source=localhost\SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True"
             providerName="System.Data.SqlClient" />