how to bind 2 tables with datagridview
Hii ,
I have 2 unrelated tables say table1 and table2.
table1 has the following cloumns ,
id , name , addr. and table2 has eno , ename , dob , addr. how do i bind these 2 tables and display it in a single datagridview in windows application?..
Thanks..
Regards
Emm..