I have a lot of ComponentArt:Callbacks in my ASP.NET web application project.
Is there a way to access global events (or another method) - to add behavior for all these callbacks in one place? (block web application UI when callback send in my case, and unlock when finished)