on the right is a jQury Ui sortable list, on the left there's the other sortable list as you could see.. on the left column, my language is supported (one with black circle)though this one is hard coded list item , and rest of them(SilverPlated) list items was html markup (dynamically)generated from c# code behind.this is first time i encountered this problem as i have published my application to server that server is not in my country and also it is my first time with this server so i guess something is causing the code to be generated in a different localization-encoding question is it the duty of my hosting services , tech support department ,to make some changes in my hosting plan or i need to set it my self in my c#?as it is done within loop for...length of collection do: \[code\]string.Format("<li id={0}_{1}></li>",variableId, counter)\[/code\];when on local (visul studio) server it's fine... always was..