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: 207

Filed under:
|
|

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:

  1. How to implement the end ASPX page to refresh the content on a timeout event?
  2. 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

Related posts about .NET

Related posts about Xml