Yogesh Vedpathak

Yogesh Vedpathak

  • 678
  • 1.4k
  • 191.4k

I Want To acess Department Name In Dropdown From manage Doct

Apr 21 2017 8:46 AM
Question in mvc.net 
1 .There are two table
A.Manage Doctors (Department_Id ) Fk
B.Manage Doctors Department Id Pk
Now I Want Access In Controller Name :
Controller Name:- ManageDoctors/Create
I Want To acess Department Name In Dropdown From manage Doctors
How I can achieve this ? ...
My Query Is Working
Here
Select Department_Name From ManageDoctorsDepartments where Id=+Id;

Answers (1)