Hi,
I have a api(asp.net webpage) that takes feeds from a website. then this api(asp.net web page) saves the data in database that is recieved from that website. now the feeds comes after every 3 seconds. so my api(asp.net) page needs to b refresh after 3 seconds in order to revieve the feeds and store it in database. i am using asp.net with c#. can somebody plz tell me what i need to do?
Loading
Zoran HorvatPosted Jul 18, 2011, 8:08 AM
Make sure that this HTML is small and loads very quickly or otherwise users will have discomfort looking at the page which spends significant time in incomplete state.
If you can't load it quickly then make a background process which does the heavy job processing latest feed state, and simply creates fixed HTML which would then quickly be presented to users on every reload.
Zoran
Jiteendra SampathiraoPosted Jul 18, 2011, 8:44 AM
use AJAX to refresh the specific part of the page.........