You can use jQuery ajax function to make an asynchronous call to the server and retrieve data. Once the data is returned, you can populate both dropdowns using JavaScript. Here’s an example: First, create your controller action that returns the data ...Read more
Home/dropdown