I face the following problem.
I use text editor to allow the user to format the data before storing it in the DB.
My problem is when retrieving the data from my data base to show it in my report (report viewer ). the data appeared with the HTML tags in a very bad view !
How to fix this problem?
I tried this method :
Server.HtmlDecode()
but invain
One way is to remove all html tags using Regular Expressions as: