I have a UserControl that has a RADAjaxPanel with controls in it (call it Purchase). In addition to the controls inside the RADAjaxPanel of Purchase, I also have a separate user control at the top of Purchase that has controls in a RadAjaxPanel (call it Discount). So an instance of Discount is located inside of Purchase.
Discount fires events that Purchase listens to and then either hides controls or displays them based on what Discount does. I got the events and everything working but the controls in Purchase's event handler do not hide controls or display controls if they are hidden. The code for the event handler fires but nothing happens on the page. How can I trigger the AjaxPanel on Purchase to do something from an event handler in the Purchase control?
Discount fires events that Purchase listens to and then either hides controls or displays them based on what Discount does. I got the events and everything working but the controls in Purchase's event handler do not hide controls or display controls if they are hidden. The code for the event handler fires but nothing happens on the page. How can I trigger the AjaxPanel on Purchase to do something from an event handler in the Purchase control?