This blog has been moved to http://dattatreysindol.blogspot.com.

Please visit http://dattatreysindol.blogspot.com for all updates from now on.


Thanks for visiting my blog.



- Datta




| 0 comments ]

Often there is a need for auto refreshing of dashboards (pages containing dashboards). This is especially needed in the public display systems containing dashboards which need to get refreshed automatically at regular intervals.

The auto refresh functionality can be easily achieved using the following method.






Place a "Content Editor" Web Part on the page, and paste the below code in the Editor (Source Editor) of "Content Editor" Web Part.

<meta equiv="refresh" content="60">

The above code will refresh the dashboard (dashboard page) every1 Min (60 Seconds).







0 comments

Post a Comment