I have the following:
- Master Page
- StatusDisplay - Ascx user control that shows MS AJAX Exceptions on PartialPostback or Update Happenning during beginRequest to endRequest
- Pages with Multiple levels of .ascx Web user controls, some loaded dynamically
Currently, when postback happens in Update Panel, the StatusDisplay shows "updating requests .. " and exceptions if any at the end.
I also want to send out specific status updates, like "Customer added" from different places that this StatusDisplay should show. Currently, there is no knowledge of the presence of the StatusDisplay in other controls and I want to keep it that way.
How to do this?