Click here to Skip to main content
15,891,633 members
Articles / Web Development / ASP.NET

How can we auto refresh a page which is not a default page.

Rate me:
Please Sign up or sign in to vote.
1.00/5 (1 vote)
2 Jan 2013CPOL 3K  
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...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
14 Feb 2013Mas11
Hi Guys ! I have solved this. The only way is create Window Services & hit page for particular time. Below is wonderfull link for creating Window Service that helps me a lot:http://www.aspdotnet-suresh.com/2011/06/creating-windows-service-in-c-or.html[^]
Please Sign up or sign in to vote.
2 Jan 2013Zafar Sultan
The scenario you are mentioning is not resolved the way you are looking at it. It is called newsletter. The mails you are talking about are sent by SMTP servers using either SQL jobs or windows service that consistently check for a new item in the database and sends the notification to all the...
Please Sign up or sign in to vote.
14 Feb 2013Asim Mahmood
Hi Dear,you must create a timer in Javascript after a specific time refresh you page, it's easy way to do that.
Please Sign up or sign in to vote.
14 Feb 2013vishal.shimpi
Add the following tag in your head content it will automatically refresh your page after 5 sec... you can change refresh interval by only changing the value of content property.....

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions