Hi list.
In VS2005, the objects I declare in global.asax using the
<object> markup
are only available in server code if I don't use
codebehind. For objects
in the application scope, I can use a Global variable in a
module, instead
of the <object> declaration, but for Session scope, I
can't use a module
variable (I would need an array of objects).
Do you have any suggestion/Fix/alternate strategy for those
<object>
variables to be available in codebehind?
Thanks for your help.
Joel Paula
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|