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

Problem with Server.Transfer in RadAjaxManager

3 Answers 116 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
ravi
Top achievements
Rank 1
ravi asked on 09 Jun 2009, 03:02 PM
I am using RadAjaxManager in master page. we are loading pages in Master page. we placed the RadAjaxManager for loading particular forms when click the button.everything work fine.

If i tried to redirect the page using the Server.Transfer then it was not able to redirect and its giving error 
    "error executing child request default.aspx". If I remove the Ajax manager it was loading the page with out error.

I want to use server.transfer to redirect(need to maintain same url).

If any sample of code appreciate.

Pls help me out to find the solution.

3 Answers, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 09 Jun 2009, 03:32 PM
Hello Ravi,

Please visit the following links:
Error Executing Child Request
Redirecting to another page
Redirect demo

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ravi
Top achievements
Rank 1
answered on 10 Jun 2009, 02:44 PM
Hi Daniel,
Thanks for your reply,
I tried all the scenarios,but in all the cases the page is complete postback, I need to load only content template with out loading the master Page pageload event.

Example: I have radmenu in that radmenu i am calling the pages through xml. If user click the menu item i am loading the page in the content template.

In this scenario Masterpage  "Pageload" event  is also loading, every time i click the radmenu. For this i am using radajax manger to load the content only.  I am using server.transfer for this load the pages in the content template.

I am getting this Error.  "error executing child request default.aspx".

Thank you.
0
Vlad
Telerik team
answered on 12 Jun 2009, 11:37 AM
Hi ravi,

Master pages will load content pages with GET requests - AJAX is not applicable here!

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
ravi
Top achievements
Rank 1
Answers by
Daniel
Telerik team
ravi
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or