Browse by Tags

All Tags » MVC (RSS)

ASP.NET MVC – Multiple buttons in the same form by findleyd

I keep seeing this question in forums and on twitter so I thought I’d post all the various ways you can handle this and what the pros and cons are. The Scenario Imagine you have a user signup form. There are several textbox fields for entering the new...
Filed under: ,

ASP.NET MVC ModelState should work like TempData by findleyd

I prefer to have the actions that forms post to just process the posted data and then redirect to a different action for viewing the results. So in order to pass validation errors back to the form action I need ModelState to work like TempData does. In...
Filed under: ,
More Posts