Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have requirement to build a real-time graph. although if we use Ajax real time feature in MS Chart it refresh the graph image after specified [provided by us] time period. which will tell users that the graph is refreshing every ( say )10 second.

Is it possible that user will never know the graph is refreshing with instantaneous data update.

Thnks
Posted

If your question is to inform user that the chart is refreshing you can use an Ajax UpdateProgress control. Showing for example, an animated loading image each time the charts refreshs.
 
Share this answer
 
Comments
girishmeena 29-Sep-10 0:16am    
Hi,

I am using ajax update panel, timer control to refresh the graph after specified period. using all these it is refreshing the graph but i do want to hide the refreshing from users. means user should not know the refreshing is going on.

Thanks,
girishmeena 6-Aug-15 7:54am    
I suppose, it can be done using Signal R in Asp.net. What i was asking was related to Push technology like Facebook updates keep coming to our wall without refreshing the page.
I suppose, it can be done using Signal R in Asp.net. What i was asking was related to Push technology like Facebook updates keep coming to our wall without refreshing the page.

Well I never implemented the same at that time, I just realized it after having a chance to work on Signal R technology.

http://signalr.net/[^]

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900