Good evening:
I have a need to send plain text emails using content generated using the RadEditor. The content is stored in the database in RichText/HTML format with lots of markup, mainly because our clients paste from Word.
I'd like to know if anyone knows a way to clean the strings in the database of their HTML markup on the server side, without the use of the RadEditor control. Meaning, I want to pull the information out of the database, clean it, and then insert it into an email body. I've tried some RegEx expressions I found online but they're very unsuccessful due to the complexity of the HTML that they are pasting into the control.
I hope I'm making sense.
Brad
I have a need to send plain text emails using content generated using the RadEditor. The content is stored in the database in RichText/HTML format with lots of markup, mainly because our clients paste from Word.
I'd like to know if anyone knows a way to clean the strings in the database of their HTML markup on the server side, without the use of the RadEditor control. Meaning, I want to pull the information out of the database, clean it, and then insert it into an email body. I've tried some RegEx expressions I found online but they're very unsuccessful due to the complexity of the HTML that they are pasting into the control.
I hope I'm making sense.
Brad