Hi,
we are developing ASP.Net MVC application and update some data if there is change in database.
I have to implement a functionality where if some changes occur in the Database Table then only the UI needs to be refreshed (automatically) without any user intervention.
It also needs that i cannot implement a Ajax timer where after certain time the UI refreshes if some changes are made or not.
Please help me on this.
Thanks in Advance.