Data Binding ASP.Net Tutorial

<%@ Page Language="VB" AutoEventWireup="false"%>


    Untitled Page


    
    

                                   runat="server" 
                           ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
            SelectCommand="SELECT * FROM [Books]">
    
    

                              runat="server" 
                      AllowPaging="True" 
                      BackColor="White"
                      BorderColor="#DEDFDE" 
                      BorderStyle="None" 
                      BorderWidth="1px" 
                      CellPadding="4" 
                      DataSourceID="SqlDataSource1"
                      ForeColor="Black" 
                      GridLines="Vertical" 
                      PageSize="2">
            
            
            
            
            
            
        
    


File: Web.config


    
                    providerName="System.Data.SqlClient" />