I have two tables Emp,Dept
EMP DEPT
EmpNo(PKEY) Id(FKEY) to Empno
Fname Location
Lname Date
Mname
I want to display Gridview columns like this
E.Fname,E.Lname,D.date based on Id
(oR)
Display E.Fname,E.Lnamebased ob Id
Date
I have two tables Emp,Dept
EMP DEPT
EmpNo(PKEY) Id(FKEY) to Empno
Fname Location
Lname Date
Mname
I want to display Gridview columns like this
E.Fname,E.Lname,D.date based on Id
(oR)
Display E.Fname,E.Lnamebased ob Id
Date