Stefan [MSFT]
Guest
|
Posted:
Fri Jan 14, 2005 3:48 am Post subject:
Re: Public function |
|
|
Hi Javier,
this is not a MCMS related question but an ASP.NET related question.
Please post to an ASP.NET related newsgroup.
Thanks,
Stefan.
"Javier Ruiz" <javirs@asae.com.mx> wrote in message
news:FC951EF5-A575-4DF0-A965-5749D0A0B461@microsoft.com...
| Quote: |
--
Hello Everyone
--
Hello Everyone
How Can i implement a Public shared varable in Cms 2002?, My is because i
have a cookie that i want to manage and i have to call to the same fuction
every time that i have to use this cookie.
Now I set this variable as "Pulic Shared", but the CMS 2002 not recognizes
this type of variable.
I use this declaration but the "request" instruction sends me this error:
"the reference to an unshared member needs an object reference"
slanguajecookie as httpcookie = request.cookies("Languaje")
the the value of the cookie is the languaje of my site
|
|
|