session state

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

Guest

hey all,

i'm storing my dataset in session state and when i select a value from my
drop down list (which by the way is set to autopostback), my session value
disappears?

i've used session state a bunch a times in the past. any ideas?

thanks,
rodchar
 
hey all,

i'm storing my dataset in session state and when i select a value from
my drop down list (which by the way is set to autopostback), my
session value disappears?

i've used session state a bunch a times in the past. any ideas?


Did you recompile? Recompiling causes session state to disappear.

Also is your dataset used only on that page? If so, consider using
Page.Cache instead.
 

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