The question is twofold:
Question 1. How, when I have an update in BmpDemographic1 can I get the ajax to fire on BmpSelectList? Right now when I update BmpDemographic1, the ajax files on the updatedcontrol and BmpSelectList also updates as it is being told to. However the loadingpanel does not fire. I am assuming the following.. on the aspx RadajaxManager, declare the user controls and their related updatedcontrols... ie UC1 manages UC2 and UC3. When UC2 is updated, Update UC1.
aspx page code:
Within my ascx files I have the following:
Within my code I essentially say when the dropdown is updated, throw and update request back to the other uc. This gets handled in the page_Prerender event on the .aspx.vb page
Any Idea why I can't get the loading panel on BmpSelectList1 to show?
-------------------------------------------