Hi,
I have two datasets. Suppose DS1 & DS2. In DS1 i have a datatable DT11.
In DS2 i have a datatable DT21. These datatables are linked with same table of database. But differece is that they contains different data. Like :
I do not want to use loop here, becouse i have large amount of data.
Thanks.
I have two datasets. Suppose DS1 & DS2. In DS1 i have a datatable DT11.
In DS2 i have a datatable DT21. These datatables are linked with same table of database. But differece is that they contains different data. Like :
DT1 has
1
2
3
4
5
I want to know is there any chages between these two datatables.DT2 has
1
2
4
5
6
I do not want to use loop here, becouse i have large amount of data.
Thanks.
Last edited: