This is a migrated thread and some comments may be shown as answers.

Server.Transfer doesn't transfer

1 Answer 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ales Savli
Top achievements
Rank 1
Ales Savli asked on 01 Jul 2010, 10:20 AM
Hello!

I have a problem with Server.Transfer.

I have a asp:menu and asp:multiview and inside one multiview is a button wich should Server.Transfer to other page.

I have ajaxified the menu with:
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
         <AjaxSettings>               
            <telerik:AjaxSetting AjaxControlID="Menu1">
             <UpdatedControls>
               <telerik:AjaxUpdatedControl ControlID="MultiView1"/>
             </UpdatedControls>
            </telerik:AjaxSetting>
         </AjaxSettings>
</telerik:RadAjaxManagerProxy>

Everything works fine.

Now I noticed that if I want to Server.Transfer within the menu with a button it's not working. It fires the correct page but does not shows. If I put it outside the Menu everything works fine!

What can I do??

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 01 Jul 2010, 12:00 PM
Hi Ales,

Server.Transfer calls are not supported by RadAjax, MS UpdatePanels and the ASP.NET AJAX framework in general (see this forum thread for more info). Consider using Response.Redirect instead.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Ales Savli
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or