We have a list of items on a ASP.Net MVC page, each row in the list has a combo box.
When the user selects a value in the combobox, we would like the form to be submitted. We also need to be able to read which line the user was on and which value was selected.
We have given each combobox a name that links it to the row on which it was on.
Thanks
Shiraz