I am using entity framework in mvc3. I have a table in which two entries are coming from an another table in the shape of drop down list. Like emp_no and emp_name. Now i want that when i select Emp_no from the first drop down list,the corresponding emp_name will be selected automatically.I am using entity framework in mvc3. I have a t