Prasad Godbole

Prasad Godbole

  • NA
  • 153
  • 170.2k

Read Cookie value containg special characters in asp.net

Nov 2 2006 2:34 AM

Hi,

we are developing asp.net web application.

In that we are storing special characters in cookie using java script.

If i read cookie value in javascript it gives me correct value.

But when we read cookie value in codebehind of asp.net , it does not give me actual value.

Special characers e.g. :-    Über

Please give me solution to get actual value of cookie in code behind of asp.net

Thanks

Prasad