Hi,
I'm working with VS2005, vb.net, asp.net.
I need to change the page cursor when some Ajax processing is complete. I tried page.clientScript.registerStartupScript but it seems to launch the function only on the load event.
The cursor part is ok, but I can't get the event.
Is there an event I can add my javascript to in ajax?
Thanks