Is there a way to refresh/reload a page in ASP.NET without actually loading the page? I need the page to reload every 5 minutes but this will not be loaded by any user.
Thank you
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.
Sounds like you want to use ASP.Net Cache. Use the @OutputCache directive with a duration.
Setting the Cacheability of a Page