Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use a pie chart in my project. This pie chart should be updated whenever there is any change in database. Is it possible or I will have to update chart at regular interval?
Please help me up with this.
Posted
Comments
Kornfeld Eliyahu Peter 11-Feb-14 6:27am    
Read about SignalR...
OPees 11-Feb-14 6:55am    
have a look SignalR and Sql Dependency

http://techbrij.com/database-change-notifications-asp-net-signalr-sqldependency
OPees 11-Feb-14 7:00am    
if you want to update on regular interval then use update panel with timer control
see this link: http://msdn.microsoft.com/en-us/library/cc295400.aspx

1 solution

 
Share this answer
 
Comments
Ami_Modi 11-Feb-14 7:12am    
I don't think this is what I want.

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