cookies readonly !!!!!

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

In a aspx page i want to update a cookie-value as follows:

Response.Cookies("show")="123"

While debugging this page in Visual Studio i received the
error:

Compiler Error Message: BC30526: Property 'Item'
is 'ReadOnly'.

Source Error:


Line 166:Response.Cookies("show")="123"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top