i want to bold some of the text from textbox ,i have done that using sellength and fontbold method of textbox but i am not getting some text as bold but whole text gets bold.Help me to solve this problem.
Printable View
i want to bold some of the text from textbox ,i have done that using sellength and fontbold method of textbox but i am not getting some text as bold but whole text gets bold.Help me to solve this problem.
You cannot do that with the textbox, it's whether all text in bold or no text in bold. You will need to use the RichTextBox control for that.
JeffB