Sub Page_Load doesn't always execute?

  • Thread starter Thread starter darrel
  • Start date Start date
D

darrel

I'm trying to create a usercontrol that links to the same page as it is on
along with a new query string in hopes that I can trigger the 'Sub
Page_Load' to grab the querystring and reformat the page.

The problem is that it seems as if there is a caching issue, as linking to
the page itself SEEMS to reload the page, but the Page_Load subroutine isn't
called each time. Is this just bad practice, or is there a way around this
issue?

-Darrel
 
The problem is that it seems as if there is a caching issue,

....and it appears that I am a dumb ass as I had set it to cache before and
completely didn't notice it.

Ugh. ;o)

-Darrel
 
Back
Top