datarelation in dataset
C#
3
Posts
2
Posters
0
Views
1
Watching
-
I have created the datarelation from the datatables of dataset. but i don't know how to bind the resultset of datarelation to the datagrid control. please let me know. thanks in advance
-
I have created the datarelation from the datatables of dataset. but i don't know how to bind the resultset of datarelation to the datagrid control. please let me know. thanks in advance
-
this.myDataGrid.DataSource = myDataSet; only the first datatable of the dataset will be assigned to the datagrid if we use the above syntax. But i have to use the datarelation of the dataset. what should do for that? thanks a lot for your response. thanks in advance