G
Guest
I keep getting this error.
"Session state can only be used when enableSessionState is set to true,
either in a configuration file or in the Page directive"
This occurs when I try to add a session variable.
....
Session.Add("Nameplate", 1)
....
That is in a button click event.
I've seen many forum entries about this but no suggestions seem to work. I
could use some more leads.
Thanks,
Sean
"Session state can only be used when enableSessionState is set to true,
either in a configuration file or in the Page directive"
This occurs when I try to add a session variable.
....
Session.Add("Nameplate", 1)
....
That is in a button click event.
I've seen many forum entries about this but no suggestions seem to work. I
could use some more leads.
Thanks,
Sean