Hi everyone, My problem is not too hard but really annoying.
I'm sending values to Generic Handler via Ajax like that way.
xmlHttpReq.open("GET", "AddMessage.ashx?" + (new Date().getTime()) +"&Message=" + Message,true);
when message contains İ,ç,ö,ğ,ü,ı they are looking like that on Handler ������� In context.Request.RawURL İ,ç,ö,ğ,ü,ı these characters are looking as it should. But in context.Request.Url they are looking like ������� and when i want QueryString values it gives me ������� what can i do?