Posts

Showing posts from June, 2009

how to remove Html tags from string in c#

I have tried to use the code from following blog to remove HTML tag http://aliraza.wordpress.com/2007/07/05/how-to-remove-html-tags-from-string-in-c/ It works very well for most tags. However, it will not remove the &nbsp and sometimes cause problem in my code.