I have a page that contains many user controls, each of which uses Ajax. When I load this page, under certain conditions, I want to do a response.redirect; however response.
Instead of using Response.Redirect, you can use Javascript to redirect.
window.location = "[url to redirect]";