Binding Database Data to a Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ims
    New Member
    • Jan 2008
    • 2

    Binding Database Data to a Table

    I am trying to bind an existing database that contains table using the dataset table adapter.
    I want to access the data from the table as well as can edit the data from the asp.form.How can i connect & acess the data of that table in my web-form.

    My databse is in sql server & form is in asp.net
  • PRR
    Recognized Expert Contributor
    • Dec 2007
    • 750

    #2
    Check this http://bytes.com/topic/net/insights/...rogram-part-ii

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      And consider how you want to display and edit the data. There are several built in methods in .NET like the GridView and the DetailsView.

      Comment

      Working...