How do I refresh a page in ASP.NET? (Let it reload itself by code)
I’d rather not use Response.Redirect() because I don’t know if the page I will be on, as it’s inside a user control inside a webpart inside sharepoint.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Once the page is rendered to the client you have only two ways of forcing a refresh.
One is Javascript
The second is a Meta tag:
You can set the refresh intervals on the server side.