On 29 July 2011 10:53, Greg Keogh <[email protected]> wrote: > Folks, I ran into an unexpected trap in the ASP.NET page lifecycle last > night. I wonder if others have hit this problem and have a better > workaround. > > To protect against crashes due to session timeouts or IIS restarts I usually > have something like this in the PreInit event of a common base page for all > of my aspx pages:
Could this be your issue: How have you defined the "common base page"? If it is a Master page, the event ordering is "interesting". <snip> > > I was just surprised and tricked by the sequence of processing. > > > > Greg -- Regards, Mark Hurd, B.Sc.(Ma.)(Hons.)
