G
Guest
Good Day Folks,
Never had cookie problems with ASP but ASP.NET is a different story.
I'm getting the following error when writting a cookie. How do I get around
this ?
Thanks in advance
/Serge
Value of type 'String' cannot be converted to 'System.Web.HttpCookie'.
Response.Cookies.Add("OracleLogin")("blackboard") = "welcome"
--
Never had cookie problems with ASP but ASP.NET is a different story.
I'm getting the following error when writting a cookie. How do I get around
this ?
Thanks in advance
/Serge
Value of type 'String' cannot be converted to 'System.Web.HttpCookie'.
Response.Cookies.Add("OracleLogin")("blackboard") = "welcome"
--