2

I have a view that has a listbox. The User can add/remove options to/from this listbox. When this view is submitted I would like to retrieve all the options in the listbox. In MVC I can only get the selected options.

I am not restricted to a listbox so if you can suggest any UI i would appreciate it also I need to do this on submit i.e. an AJAX save is not suitable.

p.s I've read How to get all ListBox items on submit action

Thank you

Community
  • 1
  • 1
David
  • 5,403
  • 15
  • 42
  • 72
  • possible duplicate of [formcollection only holds the selected html.listbox items values? MVC](http://stackoverflow.com/questions/2383101/formcollection-only-holds-the-selected-html-listbox-items-values-mvc) – East of Nowhere Nov 11 '14 at 16:30

1 Answers1

1

this has a good solution

formcollection only holds the selected html.listbox items values? MVC

Community
  • 1
  • 1
David
  • 5,403
  • 15
  • 42
  • 72