I had created a webpage using asp.net mvc3 razor. I have two master pages one for dealer and one for admin. For dealer, i displayed the data from the 'claims' table in webgrid. It shows fine.
For admin, i provided the facility that he can add the claims for the dealer...
My question is, I want the dealer to get the updated information without any page refresh. i.e when the server got the new data in the claims table i want to get the data to the dealer without any page refresh.
Is it possible. How to get it.Can any one provide me the solution..