Tommi's solution archive - C#, ASP.Net, Biztalk
This blog is a backup to my brains...
Showing posts with label
Redirect
.
Show all posts
Showing posts with label
Redirect
.
Show all posts
Tuesday, November 25, 2008
ASP.NET: Response.Redirect throws an exception
Problem
Response.Redirect throws an exception when trying redirect to the another page
Solution
Use Response.Redirect(url, false) instead of Response.Redirect(url)
Older Posts
Home
Subscribe to:
Posts (Atom)