• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

ASP.NET help.. cookies related

GiLtY

Golden Member
I'm trying to assign a value to a HTTPCookie that I just created. But the .NET interpreter gives me a "declaration expected" error, here's the code:

Dim MyCookie As New HttpCookie("UserName")
MyCookie.Value = "GiLtY"

I didn't Import any namespace, don't know if any namespace is required.

Any help is appreciated, thanks.

BTW, I'm using the .NET SDK, not the Enterprise version, if that helps.

--GiLtY
 
Back
Top