ADO.NET - Understanding DataSet

ADO.NET - Understanding DataSet

TutorialsPoint

6 лет назад

34,400 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Ayushi Nagar
Ayushi Nagar - 15.02.2021 10:08

GridView1.DataSource = ds1.Tables[1]; not working.
I am not able to see any data.
I have used GridView1.DataBind(); too but still not working..

Ответить
Vinod k
Vinod k - 06.09.2020 17:03

Good Explanation, please provide the Practiced code in desription or seprate file in website. It will be helpful... :)

Ответить
David Audu
David Audu - 11.06.2019 11:35

DataRelation drel = new DataRelation("Emp_Dept_Rel", col_pk, col_fk, false); //ADD false

Ответить
Shyam Kachhadiya
Shyam Kachhadiya - 04.05.2019 07:46

sir please provide code in desription or seprate file in website

Ответить