How can we auto refresh a page which is not a default page?
Suppose I have a site in which I want to send a mail to all the subscribed Email id’s when any product is added in the site (page- “New_News). Now the problem is that my default page is homepage and how can I set auto refresh to that particular page i.e. “New_News”.
I have searched a lot over this, but every result I have found to refresh on page_load not an individual page of the site.
If anyone have an idea kindly share to me.
I have solved this. The only way is create Window Services & hit page for particular time. Below is wonderful link for creating Window Service that helps me a lot:
http://www.aspdotnet-suresh.com/2011/06/creating-windows-service-in-c-or.html