forms - Ho to merge Six datatable into one and show date in datagridview without database -


i have 6 datatable

 myclass1 mc = new myclass1();     datatable dt = mc.getnumber(list);  datatable dt1=mc.getpnr(list);  datatable dt2 = mc.getdetail(list1);  datatable dt3 = mc.getdetail1(list1);  datatable dt4 = mc.getdetail2(list1);  datatable dt5 = mc.getdetail3(list1); 

mc object of class used call function class on click event of button

now want when click on button data in datatable 1 datatable , bind datatable datagridview when click on button can view details in datagridview comes function created in class.

i use merge didn't work search lot on google didn't want came here hope clear.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -