Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
The user should get a notification whenever there is an insert in a table and when he clicks on it, the notification should disappear.
Posted
Comments
stibee 30-Jul-15 9:24am    
C# MVC and PHP? I bit more information would be useful.

1 solution

It looks like you need server push: http://en.wikipedia.org/wiki/Push_technology[^].

One popular approach is using SignalR:
https://en.wikipedia.org/wiki/SignalR[^],
http://www.asp.net/signalr[^].

—SA
 
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