How can we refresh the aspx(ASP.NET) page automatically, when there is any update in table.
Example: I have an aspx page which contains a gridview which displays the list of books. Suppose if two users are viewing the same page, User1 adds a new book then automatically the page of User2 should be refreshed….
We should not give the time interval at design time, it should automatically detect the change in the database and refresh the page
Prasanna