Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
400
Perform minus operation between two datatables
posted

i have two data tables dt1 and dt2,and the result should be present in dt3 and attach to ultragrid using c#


dt1
id name
1 data1
2 data2
3 data3
4 data4

dt2
id name
1 data5
2 data6


result should be
dt3
id name
3 data3
4 data4