↧
Redirecting from NewForm.aspx to DispForm.aspx after creating a new item
The requirement Recently a simple requirement came up: “Redirect the user to the view-form of an item after he creates a new item”. Sounds simple, right? … The default behavior of SharePoint is to...
View ArticleRedirect from the OnException-method inside the controller with ASP.Net MVC
If your controller uses the HandleError-Attribute it handles exceptions thrown by action methods. I wanted to catch these exceptions and redirect to a custom error page. A simple RedirectToAction...
View Article