Hi
I have save view in MVC5 project.
here 1 dropdownlist and 2 textbox for populating db records and save method
1.how to way to bind dropdownlist from db using edmx
2.then when i select dropdownlist i need selected index and go to db fetch data and populate other 2 textbox.
3. when i click save button i need to save to db
how will do this MVC5 with edmx concept
any one guide me
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com