Kunal Gupta

Kunal Gupta

  • NA
  • 149
  • 6.2k

C# MVC SQL database

Jul 20 2016 2:24 AM
Two tables are there
1. Status_Master
a. Status_Id(Identity,Primary key)
b. Status_Desc.
c. Remarks
2. Role Master
a. Role_Id(Identity,Primary key)
b. Role_Desc
c. Status (wants for Dropdown list)
Here Model is [Status_Master_Model] Here Modelis [Role_Master_Model]
Question is in [Role_Master_Model] view i have to us Dropdown for column c i.e (Status) and bind the value from [Status_Master_Model] for column b i.e (Status_Desc.)
Help me with codes

Answers (16)