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>");
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>");