I have a webservice that gives me the live stock quotes. I need to hit the webservice and update the page every 10 seconds or so.
what is the best way to implement this using .NET and AJAX?
I am looking for tips in the following lines:
- How to implement the end ASPX page to refresh the content on a timeout event?
- Should i just implement the front end using custom html calling the aspx page using xmlhttp? sort of old style asp code.
any ideas would be appreciated.
sChar