-
Derick
2
posts
Member since:
Mar 2011
Posted 24 Mar 2011
Link to this post
I have using RadAjaxManager.Redirect("url") to redirect a page within the server. This is work well in Window 7 and Windows server 2008. When I try to run this code in window 2003, it not work. I change it to response.redirect, it work in window 2003 but not work in windows 7 and window server 2008. Any idea why this happen and how i can solve it? Please help.
-
-
Posted 25 Mar 2011
Link to this post
Hello Derick,
I just tested a simple scenario using the Redirect() method of RadAjaxManager and hosted the site on a Windows 2003 Server machine and it works as expected. Could you elaborate a bit more about your case and are there any errors thrown?
Kind regards,
Pavel
the Telerik team
-
-
Derick
2
posts
Member since:
Mar 2011
Posted 29 Mar 2011
Link to this post
Hello Pavel,
Thanks for your reply. There is not any error thrown. The page just remain and not redirect. I have use response.redirectlocation = "url" and my problem fix. It can now redirect to the page i want in either server 2003 or server 2008. But i do not know why radajaxmanager. redirect or response.redirect only work in one platform. just feel weired.
Thanks a lot.
-