Base Page

  • Thread starter Thread starter JJ
  • Start date Start date
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
 
The 2.0 answer to the Session object is the Profile object.

<%= Clinton Gallagher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top