I am having HTML content. How can i convert it into plain text so that i can so it in a label.
lbl1.Text = htmlEditor1.Html;
Any suggestion !
I am having HTML content. How can i convert it into plain text so that i can so it in a label.
lbl1.Text = htmlEditor1.Html;
Any suggestion !