maintaining parameters between refreshes.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a set of variables in an ASP Page that are sent from another page
using properties. This works fine. However, when I refresh that page, those
properties are lost. How do I maintain those values between refreshes? I
tried creating another set of properties, but that didn't work.
 
I am building a web application that will run a set of crystal reports. I can
run the report just fine, but if I refresh, or change pages, I lose my data
because the parameter values are not maintained. They are all set to
'nothing'.

I pass the data from my criteria pages into the report form via properties I
have created. I don't feel I should have to do that to just refresh a page,
but I don't know any other way. Oddly, none of the microsoft walkthroughs
address things like this.
 

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