Sujit Soni

Sujit Soni

  • NA
  • 6
  • 1.2k

DataGrideView

Feb 15 2014 4:19 AM
Hi all,
 
Can any one guide me out how to fill the datagridview field with column from multi-table..
example , suppose i have 3 table , Table A (Cust_ID,First Name,LastName);   Table B (Emp_ID,EmployeeName,Task,) and  Table C (Status_Id,InProgress,Pending).
 
I want to fill the grideview with selected column like;
 
DatagrideView
-----------------------------------------------------------
[FirstName] [EmployeeName] [Task] [Status]
 ------------------------------------------------------------
 
A sample code will help me a lot.
 
Thanks

Answers (1)