How to convert html pages so that it can display in websites.
Currently this conver i have written to do the same.
http://muruganad.com/TECHNOLOGY/EncodeHtml.aspx
But if you are looking for a coding solution in .net this is what you should do
HttpUtility.HtmlEncode
|