Whats the best way to implement a streaming quotes page?
Posted
by schar
on Stack Overflow
See other posts from Stack Overflow
or by schar
Published on 2010-06-09T21:09:05Z
Indexed on
2010/06/09
21:12 UTC
Read the original article
Hit count: 223
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
© Stack Overflow or respective owner