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

Rad Ajax Manager not working evenly

1 Answer 69 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Syed
Top achievements
Rank 1
Syed asked on 28 Apr 2008, 08:13 AM
I have an ASPX page witha RadAjaxManager, Inside that page I load a WebUserControl(ASCX). On that use control I also have ued RadAjax Manager with ASP.NET PadioButton List. On selection of Radio buttons I change the contents of the controls. But sometimes the local RadAjaxManager of the webUser Control do not work instead Main radAjaxManager works by showing Loading... on main page.  what is the problem?

Please help me regarding the issue.

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 28 Apr 2008, 03:44 PM
Syed-

For the scenario you're describing, I think you'd be better served by using RadAjaxManagerProxy controls in the UserControls. The proxies enable you to easily configure RadAjaxManager settings on your UserControls and ContentPages while having a single RadAjaxManager on your MasterPage (or whatever your top-level container is). Check out this demo for more details:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Ajax/Examples/
Manager/MasterPage/DefaultCS.aspx

Give the proxies a try and let me know if that helps.

-Todd
Tags
Ajax
Asked by
Syed
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or