In Asp.net MVC the url structure goes like http://example.com/{controller}/{action}/{id} For each \"controller\", say http://example.com/blog, there is a BlogController.
I ran into a problem where I had an Html.DropDownList in my view 开发者_如何转开发that would postback the selected value the first time I submitted the form, but each subsequent postback would only po