Dear Support,
I try to attach a second events to the AjaxManager by using jQuery:
or (I thinks it's '
but the addition event will not be fired?
Why?
Thanks in advance!
Christian
I try to attach a second events to the AjaxManager by using jQuery:
$('<%= this.AjaxManager.ClientID %>').on('OnRequestStart', function(sender, args){ //Do something});or (I thinks it's '
RequestStart')$('<%= this.AjaxManager.ClientID %>').on('RequestStart', function(sender, args){ //Do something});but the addition event will not be fired?
Why?
Thanks in advance!
Christian