Tagged Questions

3
votes
2answers
485 views

ASP.NET MVC Form repopulation

I have a controller with two actions: [AcceptVerbs("GET")] public ActionResult Add() { PrepareViewDataForAddAction(); return View(); } [AcceptVerbs("POST")] public …