Click here to Skip to main content
15,891,745 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created below two BDC list in sharepoint designer 2010.
1. Department
      Id              Int (Promary Key)
      DeparmentName   varchar(25)

2. Employee
      Id              Int (Promary Key)
      EmployeeName    Varchar(50)
      DepartmentId    Int (Foreign key to Deparment table Id)


Independently both list are working fine. When I perform CRUD (Create, Read, Upadate, Delete) operation on Employee it shows me DepartmentId, I want convert it into DeparmentName, how can I achieve this?

Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900