D
David C
Is there a way to check to see if the browser accepts cookies? I have the
following line of code that is giving an error "Object reference not set to
an instance of an object."
with the following line:
If Server.HtmlEncode(Request.Cookies("level").Value) = "admin" Then
Thanks.
David
following line of code that is giving an error "Object reference not set to
an instance of an object."
with the following line:
If Server.HtmlEncode(Request.Cookies("level").Value) = "admin" Then
Thanks.
David