cookies

when i use the code <BR>Response.Cookies("Info") = newid <BR>i get the error <BR><BR>Wrong number of arguments or invalid property assignment: &#039Response.cookies&#039 <BR><BR>i also tried Response.Cookies("Info")("Data") = newid <BR>then it says <BR><BR>"Variable uses an Automation type not supported in VBScript"Before I answer your question I want to make sure you are indeed using ASP.NET and NOT classic ASP... is this so?
 
Back
Top