I have an ASP.Net MVC 3 web application in which an administrator can assign tasks to individual users. Individual users monitors some stats by looking at a dashboard page built in the same application. My requirement is, I want to notify the individual user whenever a new task is assigned to the user. Is it soemthing which can be achieved in the web application built on .net technologies?
Share
You can use jquery to auto refresh.
Auto refresh a section of the page that loads from the database
Jquery auto refresh Tutorial