khowell78737
Programmer
why would this:
If not Request.Cookies("logged"
Is Nothing Then
Dim booLog as boolean
booLog = cBool(Request.Cookies("logged"
.Value
else
booLog = False
End if
Result in an error stating:
"Request is not available in this context"
I have imported the web and cookie namespaces.
Thanks,
Kevin Howell
If not Request.Cookies("logged"
Dim booLog as boolean
booLog = cBool(Request.Cookies("logged"
else
booLog = False
End if
Result in an error stating:
"Request is not available in this context"
I have imported the web and cookie namespaces.
Thanks,
Kevin Howell