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
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
Comment