ASP.NET - Update Grid Control On Update - TechRepublic
Question
December 6, 2007 at 04:28 AM
tekprasanna

ASP.NET —- Update Grid Control On Update

by tekprasanna . Updated 18 years, 7 months ago

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

This discussion is locked

All Comments