Rational Animal
Top achievements
Rank 1
Rational Animal
asked on 15 Oct 2007, 02:49 PM
I have a page that is based on a master page. The Ajax Manager is in one of the content sections. The tab control that I'm trying to ajaxify is linked to a multi-page in a different content section.
The Ajax manager doesn't like this.
Can you suggest a way that I can make this work? I often times use master pages and different content sections to wrap pretty things like Ribbon sections and have tabs in one content section and the actual content in another and need to ajaxify.
Thanks!
The Ajax manager doesn't like this.
Can you suggest a way that I can make this work? I often times use master pages and different content sections to wrap pretty things like Ribbon sections and have tabs in one content section and the actual content in another and need to ajaxify.
Thanks!
5 Answers, 1 is accepted
0
Hello,
You can handle this easily if you place the manager in the master page and use RadAjaxManagerProxy in your content pages. More info on this example:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Ajax/Examples/Manager/MasterPage/DefaultCS.aspx
Regards,
Vlad
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can handle this easily if you place the manager in the master page and use RadAjaxManagerProxy in your content pages. More info on this example:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Ajax/Examples/Manager/MasterPage/DefaultCS.aspx
Regards,
Vlad
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Rational Animal
Top achievements
Rank 1
answered on 15 Oct 2007, 03:23 PM
That works fine as long as the tab control and the multipageview is in the same content section.
But as soon as they aren in separate content place holders, it breaks.
I should be able to have the Tabs in one content section, and the multi-page-view in another and still have it work...
But as soon as they aren in separate content place holders, it breaks.
I should be able to have the Tabs in one content section, and the multi-page-view in another and still have it work...
0
Hello James,
We are not sure what the exact scenario is. Could you please open a support ticket and send us a simple project which we can test locally?
Best wishes,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
We are not sure what the exact scenario is. Could you please open a support ticket and send us a simple project which we can test locally?
Best wishes,
Peter
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Per Holmqvist
Top achievements
Rank 2
answered on 23 Oct 2007, 03:13 PM
Was this case solved? cause I have the same problem
My masterpage has 2 contentpageHolder
At the page i have a textbox and a button at the left contentpageholder and a label on the right contentplaceholder. I want the lable to change text to the value of the textbox when i click the button. it don't work. If I make it not ajax it works ofcourse. no usercontrols is implemented, just masterpage with 1 contentplaceholders and one aspx page.
My masterpage has 2 contentpageHolder
At the page i have a textbox and a button at the left contentpageholder and a label on the right contentplaceholder. I want the lable to change text to the value of the textbox when i click the button. it don't work. If I make it not ajax it works ofcourse. no usercontrols is implemented, just masterpage with 1 contentplaceholders and one aspx page.
0
Hi Per,
Please, find attached a sample page handling the functionality you described. Give it a try and let us know if you can reproduce the issue with it.
Greetings,
Ves
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
Please, find attached a sample page handling the functionality you described. Give it a try and let us know if you can reproduce the issue with it.
Greetings,
Ves
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
