So I have a List View inside an Update Panel
Update Panel
List View
Email 1
Email 2
Email 3
...
I'm trying to do an inbox similar to GMAIL in ASP.NET, the only I'm struggling with is how to detect DataBase Changes (ie when a new message is sent) and Push that message into the ListView to simulate that the user has received a new message (just like gmail does)
How do I use SignalR to detect database changes and push them into the List View using SignalR? Is it possible?