What is the correct syntax to set a session variable such
as:

Session("Level") = 2

(On an aspx page)
Thanks,
Mike

Re: How to set session variable? by Ray

Ray
Tue Jul 08 14:07:56 CDT 2003

You should post to a .net group, but I think what you wrote is the way to do
it. You may need to add:

<WebMethod(EnableSession:=True)>

depending on your configuration though. If this doesn't work, post in a
.net group.

Ray at work


"Mike" <mike@boardlevelcorp.com> wrote in message
news:035c01c34580$02445930$a301280a@phx.gbl...
> What is the correct syntax to set a session variable such
> as:
>
> Session("Level") = 2
>
> (On an aspx page)
> Thanks,
> Mike