i have a problem with a asp.net website first i will explain the current situation:
my website display a table of elements, which i get over a webservice. to show the user always the actual elements i have a auto refresh in the site which refresh it every 10 seconds.
now i want to improve this, i want to get notified when there is new data and the page should be refreshed, is this possible?
in a further step i want to get notified and refresh the data (maybe with ajax?) without a whole refresh of the site. is this possible?
can somebody explain me how?
You can use AJAX calling a web service method that returns the latest data.
You can call this AJAX method using
setTimeout.