How to force the Page_Load event running when second opening web page?

  • Thread starter Thread starter ABC
  • Start date Start date
A

ABC

When the first web page loading, it is normal, ok no problem. When second
loading web page without closed IE, it cannot raise Page_Load event, how to
fix this problem?
 
It is likely a caching problem. Try adding a random query parameter to the
second page url.

Eliyahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top