0

I have 1 table in my database with employee name, department name and branch name. now i want, when employee enter his name in name field then the corresponding department and branch name values will auto populate in the respective drop-down. how to do it in Dot Net MVC?

Aditya
  • 53
  • 1
  • 9
  • 1
    Possible duplicate of [ASP.NET MVC cascading dropdown](https://stackoverflow.com/questions/47252378/asp-net-mvc-cascading-dropdown) – Parvez Mar 07 '19 at 05:51
  • Please search your question before you ask yourself. – Parvez Mar 07 '19 at 05:52

1 Answers1

0

You should use ajax and a corresponding function in the controller.

for further reading & sample code