How To Remove Div Tag From Html Editor Contents In Asp.net
I am working on an application. In this application I have to insert News detail into Sql Databse.For entering Article i have used a Html editor.My code is:- objNews.Article = Serv
Solution 1:
Try this instead:
(?i)</?div[^>]*>
Post a Comment for "How To Remove Div Tag From Html Editor Contents In Asp.net"