Tuesday, April 22, 2014

forget my Init on a control manhandling way of getting back to JavaScript from a callback

This and this are flawed as it turns out. The mere presence of this...

<ClientSideEvents EndCallback="Whatever_EndCallback"></ClientSideEvents>

 
 

...will allow one to fall into this when a callback completes:

function Whatever_EndCallback(s, e) {
   alert('whatever');
}

No comments:

Post a Comment