Wants a Notification in dashboard page
Hi,I want notification in my dashboard page after any updation in my database also i want count of notification alerts in my dashboard page.
https://notifyjs.com/
https://gist.github.com/nu7hatch/568409
http://www.codeguru.com/csharp/.net/sending-notifications-using-asp.net-signalr.htm
Public void SendNotifications(string message)
{
Clients.All.receiveNotification(message);
}