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.redirect statement is being trapped by Ajax code and never happens.
How do I do a response.redirect from a page that contains Ajax controls?
Thanks....