Hi All,
I am struggling to get this working in my applicaiton using C# MVC .Net framework 4.5,
Any help is greatly appriciated.
myProjects projects = db.myProjects.Find(id);
Once the above line is executed, I need to join to 3 other tables for looking up values to get the discription of below attributes.
ProjectStatus
ProgramName
Priority.
Can you please help?
Regards,
Anand