I was wondering if anyone had an easy way to wire up javascript event handlers to events happening on the server-side. I have a long running process that includes a lot of steps, and would like the client to be continually updated with new information as the steps transition. Will this involve some sort of polling mechanism?
feedback
|
|
Send an AJAX or JSON request from the client every so often asking for | |||||||||
feedback
|
|
would it be possible to use an update panel to do this with maybe a timer? it's sort of how I would do it. Course, this depends on what you're doing already. I'm assuming you're using Forms... | |||||
feedback
|