Access Application variables in a page constructor

  • Thread starter Thread starter Henry Rollins
  • Start date Start date
H

Henry Rollins

Is there any way to access an Application["myVal"] variable in the
constructor of a System.Web.UI.Page object? apparently it's uninstantiated
as of the call to the constructor, which is very frustrating.
 
Henry,

Are you somehow restricted to use the Load event instead?
 
Back
Top