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
Post a Comment