When user clicks on "Save" button the HTTPPOST method is called. All busnises rules are validated. If any one of the rule fails we need to reload the page. return RedirectToAction("Edit","ControllerName", new { Id = Model.Id });. Now in this case I need to pass ID as query string to GET method.
QueryString parameter with RedirectToAction
HI
I am new to Umbraco and MVC3. In our project we need to reload the same page if server side validations fails.
I have following two methods defined
is working on a reply...