Search results for query: *

  1. S

    Question Decoding special characters with Request.QueryString.Item

    Hi Before constructing query-string,you have to convert to html-encode(if any non-english character). So you can use these methods for conversion. HttpUtility.htmlEncode HttpUtility.htmlDecode Thanks Sakthivel
  2. S

    Question Chinese Character is not displaying properly inside Ajax Update Panel

    Hi, I want to display Chinese character in text box in Ajax Update Panel. But now i am getting error message as below. Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729...
Back
Top