How to make an ASP page to refresh after certain time ?
Answers
Answered by
0
You can add this line in your aspx after the head tag:
This would refresh page after every 2 seconds.
Or if you want to do it in code behind do it like this:
Response.AppendHeader("Refresh", "2");
Thank u.
Similar questions
Science,
7 months ago
Science,
7 months ago
English,
7 months ago
English,
1 year ago
Psychology,
1 year ago