Drop Down List in MVC

Posted by Zerotoinfinite on Stack Overflow See other posts from Stack Overflow or by Zerotoinfinite
Published on 2010-04-07T20:02:11Z Indexed on 2010/04/07 20:03 UTC
Read the original article Hit count: 363

Filed under:

I want to do the following:

1: Add two dropdown list in the register.aspx [Say ddlRole,ddlGender]

2: Fill the dropdown list [ ddlRole should be filled from the database, and ddlRole should have two static field]

3: On submit I want to get the selected value of the two dropdown list.

Please help.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about asp.net-mvc