This question is locked. New answers and comments are not allowed.
I want to be able to have let's say two dropdownlists where the data retrieved from the second dropdownlist depends on the selectedvalue of the first dropdownlist.
I know I would execute an html.beginform executing a specific action method in a controller for the first, but I can't figure out a way to do it based on that value for the second..
Can someone help me out and inform me how I can accomplish this please?
I also need a way to get the selectedindex of the item that was checked.
A code snippet would be greatly appreciated....
I know I would execute an html.beginform executing a specific action method in a controller for the first, but I can't figure out a way to do it based on that value for the second..
Can someone help me out and inform me how I can accomplish this please?
I also need a way to get the selectedindex of the item that was checked.
A code snippet would be greatly appreciated....