S
Steve
I am developing a web solution.
I would like to create a dynamically sized array of strings at application
start (presumably in the "Application_Start" event), which can then be
referenced through subsequent "page level" objects.
I only want to dynamically create the array once, so it seems that it cannot
be defined in either the "Global.asax" module or the "HttpSessionState"
object.
So, can this be achieved? If so how / where do I created the array?
Thanks, Steve
I would like to create a dynamically sized array of strings at application
start (presumably in the "Application_Start" event), which can then be
referenced through subsequent "page level" objects.
I only want to dynamically create the array once, so it seems that it cannot
be defined in either the "Global.asax" module or the "HttpSessionState"
object.
So, can this be achieved? If so how / where do I created the array?
Thanks, Steve