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