---
title: "How do I create an ASPX page that periodically refreshes itself?"  
description: "How do I create an ASPX page that periodically refreshes itself?"  
author: "Somesh"  
published: 2011-04-16  
updated: 2011-04-16  
canonical: https://www.mindstick.com/forum/218/how-do-i-create-an-aspx-page-that-periodically-refreshes-itself  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How do I create an ASPX page that periodically refreshes itself?

How do i create an aspx [page](https://www.mindstick.com/articles/13031/why-to-make-a-wikipedia-page) that periodically refreshes itself?

please provide the solution

## Replies

### Reply by Amit Singh

The following `META` tag can be used as a trigger to automatically refresh the page every n seconds:

```
<meta http-equiv="Refresh" content="nn">
```


---

Original Source: https://www.mindstick.com/forum/218/how-do-i-create-an-aspx-page-that-periodically-refreshes-itself

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
