Html Encoder
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hello i am getting a string from some where . and showing that in a editor. but if that text is not well formated in html then editor is not working . so i want to check that string is well formated in html or not.
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
-
hello i am getting a string from some where . and showing that in a editor. but if that text is not well formated in html then editor is not working . so i want to check that string is well formated in html or not.
Rajeev Kr. Sharma VRI Software Pvt.Ltd. New Delhi India HumOnline.com Stay Connected
One way would be to write some regular expression to validate whether string is in valid format.
Thanks, Arindam D Tewary