I am trying to implement a checkboxlist in my MVC application. here I need to get the selected checkboxlist values pass it to @html.ActionLink().
I have searched many sites including Stackoverflow but there is no model binding of database values and getting the selected checkbox values and passing to an action.
Eg :https://stackoverflow.com/questions/4872192/checkboxlist-in-mvc3-0
and I tried from this link. CheckBoxList multiple selections: how to model bind back and get all selections?
How to get the selected productid from the checkbox list. Any examples.. ??