In ASP.NET MVC, how can I get a selected dropdown list value from a posted form?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will do the line of code in MasterMind’s answer for you. Which method you want to use depends on your situation. Either is fine in my opinion.
If all your possible selected values are numbers you can also do this:
It will then convert the string of the selected value into an integer for you.