Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
21332 Points
1818 Posts
Microsoft
Apr 19, 2012 06:14 AM|LINK
Hi
Pass the FormCollection in your action, like this:
public class MyController { public ActionResult MyAction (FormCollection form) { string value = form["DropDownListName"]; } }
Hope this helpful Regards Young Yang
Young Yang -...
All-Star
21332 Points
1818 Posts
Microsoft
Re: ViewModel for checkbox and dropdownlist
Apr 19, 2012 06:14 AM|LINK
Hi
Pass the FormCollection in your action, like this:
public class MyController { public ActionResult MyAction (FormCollection form) { string value = form["DropDownListName"]; } }Hope this helpful
Regards
Young Yang
Feedback to us
Develop and promote your apps in Windows Store