browser back and events

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hmm

    #1

    browser back and events

    I noticed that when I force a browser back and the resulting page contains a
    querystring, it fires the Page_Load event. But if the resulting page
    doesn't contain a querystring, no Page_Load fires. Is this as expected? I
    use the following code to create the brower back:

    ClientScript.Re gisterStartupSc ript(this.GetTy pe(), "goBack", "<script
    type='text/javascript'
    language='javas cript'>window.h istory.go(-2);</script>");



Working...