Hi everybody,
In my web project, I have initialized an application variable in Application_Start event in Global.asax and initialized a session variable in Default.aspx (startup page). I want to access these variables in procedures and functions in my standard modules and also in my classes, which I am not able to do. Why are they not accessible in standard modules and classes? Is there any way I could do that?


Reply With Quote