how to get all ListBox items on submit action

Posted by Sefer KILIÇ on Stack Overflow See other posts from Stack Overflow or by Sefer KILIÇ
Published on 2010-04-08T12:58:30Z Indexed on 2010/04/08 13:03 UTC
Read the original article Hit count: 295

Filed under:

how I get ALL ListBox values (not only selected items) on submit action in asp.net mvc2 project.

I'm using Ajax forms like Ajax.BeginForm("actionname", new....)

I already try to select all items on OnBegin event of Ajax options but still I havent got all ListBox items

have any idea ?

thanks

© Stack Overflow or respective owner

Related posts about asp.net-mvc