how to refresh the grid every 5 mins
-
hi all, I am working on a page where i have a grid to show the data from the table.I want this grid to be refreshed every 5 mins as the data in table updates every 5 mins. how it is possible to refresh the grid.. plz give ur suggestions on this. Thanks in Advance,
cheers sangeet
-
hi all, I am working on a page where i have a grid to show the data from the table.I want this grid to be refreshed every 5 mins as the data in table updates every 5 mins. how it is possible to refresh the grid.. plz give ur suggestions on this. Thanks in Advance,
cheers sangeet
Write this tag in your aspx page ( Source View ) after title tag -- where conten is time interval in seconds. This will refresh the complete page. If you want to avoid complete post back, try to use AJAX instead. Hope this helps.
"A good programmer is someone who looks both ways before crossing a one-way street." -- Doug Linder
coolestCoder
-
hi all, I am working on a page where i have a grid to show the data from the table.I want this grid to be refreshed every 5 mins as the data in table updates every 5 mins. how it is possible to refresh the grid.. plz give ur suggestions on this. Thanks in Advance,
cheers sangeet
-
hi all, I am working on a page where i have a grid to show the data from the table.I want this grid to be refreshed every 5 mins as the data in table updates every 5 mins. how it is possible to refresh the grid.. plz give ur suggestions on this. Thanks in Advance,
cheers sangeet