TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dinesh Santhalingam
NA
737
367.3k
How to refresh the page for every one hour in Asp
Jan 2 2017 5:20 AM
I have a Webpage .I want to refresh the page for every one hour even the page is not opened .Suggest some ideas to do it?
<
asp:Timer
ID
=
"Timer1"
runat
=
"server"
Interval
=
"80000"
ontick
=
"Timer1_Tick"
>
</
asp:Timer
>
C#:
protected void Timer1_Tick(object sender, EventArgs e)
{
//Response.redirect(Webpage);
}
Reply
Answers (
4
)
Vacation schedule
application exe rename