How to automatically refresh a page after some time interval?
In my website, I want to automatically refresh the page data(from database) after some time interval. I dont want to use any button click event to update the page data.
How to achieve this?
Please reply