Hello all,
I have a login page. On that page is a login window.
In the code behind (server side) i want to close the login
window and redirect the mainpage to another url.
I am using the RadAjaxManager.
When i call RadAjaxManager.Redirect("main.aspx") this
redirect is working on the window instead on the
containing page.