Ok, so I'm new to object orientated programming - so I've got a custom class which I've created, within this class I've got some Public properties. Now, say I've instantiated that class in my code behind a page and set the values for the properties, how can I reference those values in the code behind a different page without having to instantiate the class? So basically, set the properties once and then share those values throughout the application.
Any help with this would be great.
Thanks
Any help with this would be great.
Thanks