I am converting an application from asp to asp.net involving cookies. I save the cookie on the client side and then access it later from the server. This has always worked fine under asp. With asp.net I am running into a problem where the hex codes are not translating back into text. Here's an example:
Stored by client:
This is where skills go
Retrieved by server:
This%20is%20where%20skills%20go
Does anyone have a method for converting it back to the original text?
Thanks
Stored by client:
This is where skills go
Retrieved by server:
This%20is%20where%20skills%20go
Does anyone have a method for converting it back to the original text?
Thanks