Tommi's solution archive - C#, ASP.Net, Biztalk
This blog is a backup to my brains...
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)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)