Hi all
I am getting problem in encoding the text into HTMl in windows forms
I have added reference System.web
string test = "< & >";
string test1 = HttpUtility.HtmlEncode(test)
but i am unable to do the encoding just i am getting the same string
Thanks a lot
