J
JJ
Lets say you use a custom base page that inherits from
System.Web.UI.Page and you have defined properties in this custom page.
If I set the properties from a web page that inherits from my new base
page. How can I persist these properties to another web page that loads
that also uses the new base page? How would you persist properties to
another page if sessions was turned off?
Thanks,
J
System.Web.UI.Page and you have defined properties in this custom page.
If I set the properties from a web page that inherits from my new base
page. How can I persist these properties to another web page that loads
that also uses the new base page? How would you persist properties to
another page if sessions was turned off?
Thanks,
J