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.
 
Back
Top