I am using asp.net and vb.net as code behind. In a webform, I want to use multi line text boxes. In those text boxes, I need to enter certain lines of text in bold. How to make it?
Edit:
I dont want user to change the content in multi-line text box. Its kind of an agreement i want to put up there. Once he check the check box, the content in multi line text box should show. Inside those multilines, i need some headings, bold, italics etc
What you need is a rich textbox, there are several examples doing a google search. But, here is one I found great.
Another great and free rich text box.
Regards