Category: .net

Refresh a web page in ASP.NET automatically and capture the time until the next refresh

I know there should be an easy way to do this but I guess my brain isn’t working today. I need to refresh a page in x number of seconds. I can do that in .NET using the following: Response.AddHeader(“Refresh”, “300”); This is fine except I also need to display the number of minutes and […]