Saving a Public Property created in App_Code
Hi, I wonder if you could help me?
I have created a Public Class in my App_Code folder, because I want all pages to be able to use it.
I can write and then read the value of the property, but as I move to another ASPX page and refer back to the same property, the value has been lost.
I understand this may be by design, but can I get the property to save the value permenantly? Or is there an alternative (I don't want to use Session variables)
Thanks in advance.
Paul.
|