jquery ajax event model and that of Microsoft Ajax Control Tool Kit
jquery provides ajaxStart() and ajaxStop() events. Those two events do not seem to be triggered if the ajax requests are made by Microsoft Ajax tool Kit (from ASP.Net code).
Is there any way to bridge those two event models?
If not currently possible, is there any future initiative or plan out there to make this happen?