ASP.NET
  Home arrow ASP.NET arrow Page 3 - Introduction to ASP.NET 2.0 SqlDataSource ...
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ASP.NET

Introduction to ASP.NET 2.0 SqlDataSource Control
By: Michael Youssef
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 14
    2007-10-08

    Table of Contents:
  • Introduction to ASP.NET 2.0 SqlDataSource Control
  • Accessing the Northwind database using SqlDataSource
  • Adding a GridView to the Page
  • What has been written for us by VS.NET 2005?

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Introduction to ASP.NET 2.0 SqlDataSource Control - Adding a GridView to the Page


    (Page 3 of 4 )

    The SqlDataSource itself can't display the data on the page, it just represents the data to the page, or it's better to say that it represents data to Data-Bound Controls like the GridView control. So let's add a GridView control to the page and run it.

    Drag a GridView control onto the page in the same way you did with the SqlDataSource, from the Data section of the Toolbox.

    From the task menu of the GridView control select SqlDataSource1 from the drop-down list next to the Choose Data Source label. The following two screenshots represent the task menu before and after you select the SqlDataSource1 object as the data source for the GridView control.

       

     

    Although that a discussion of the GridView control is beyond the scope of this article, note the difference between the first and the second screenshots. In the second screenshot you can configure the data source and you can enable Paging, Sorting and Selection. Also note that the columns have been changed to fit the returned result set of running the SELECT statement that has been set in the SqlDataSource control.

    Now Let's run the page. Right click on the Default.aspx page in the Solution Explorer and select View in Browse.

    The following result will be displayed in the page:

     

    Without writing a single line of code we managed to connect to the database, execute a T-SQL statement and retrieve the results into a GridView control. So what really happened?

    More ASP.NET Articles
    More By Michael Youssef


       · I hope you like this article. In the upcoming few articles, we talk about how to...
     

    ASP.NET ARTICLES

    - Adding Content to a Static ASP.NET Website
    - Building a Static ASP.NET Website in a Basic...
    - Develop Your First ASP.NET Website with Visu...
    - Run ASP.NET in Windows XP Home with Cassini ...
    - How to Test a Web Application
    - How to Add Code and Validation Controls to a...
    - Working in Source and Split Views to Build a...
    - How to Build a Web Form for a One-Page Web A...
    - How to Develop a One-Page Web Application
    - An ASP.NET Web Application in Action
    - Developing ASP.NET Web Applications
    - An Introduction to ASP.NET Web Programming
    - Introduction to the ADO.NET Entity Framework...
    - Completing an In-Text Advertising System und...
    - Programming an In-Text Advertising System un...





    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek