Dear friends,
Could you please help me this task is very important for me.
RegEmployee having the columns:
Empno Empname Designation(lookup) Department(lookup)
1 ravi 1 2
2 srinu 2 1
Degination having the columns:
id DegTitle
1 manager
2 clerk
Department having the columns:
Id DeptTitle
1 a/c
2 General
Result:
Empno Empname Designation Department
1 ravi manager General
2 Srinu Clerk a/c
I want to display all Employee details belongs to each Employee in DataGridView using web part in VS2010.
Could you please help me .This is most urgent.If you any doubt please go through the attachment.
Regards,
Naidu
appalanaidu