Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Automatioc refresh Asp.Net Page
WhatsApp
Guest User
14y
6.5
k
0
0
25
Blog
Check out below code which will Referesh the webpage after every 10 seconds:
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
//page will be refereshed at a interval of 10 sec
Response.AddHeader("Refresh", "10");
}
}
Automatioc refresh Asp.Net Page
Up Next
Auto Refresh a Partial View of a Page in MVC
Ebook Download
View all
ASP.NET GridView Control Pocket Guide
Read by 10.7k people
Download Now!
Learn
View all
Membership not found