Text
-
I aasigned Text to the Textbox from code behind like "Showing "+Test+" message ..."; Its not displaying Test in bold.How can I do this
-
I aasigned Text to the Textbox from code behind like "Showing "+Test+" message ..."; Its not displaying Test in bold.How can I do this
Since you refer to 'code behind' your question is probably in the wrong forum. It should more properly be in (at a guess) the ASP or WPF forum. In Windows Forms programming the TextBox cannot display text styles from tags, only from being assigned a boldened font.
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”
-
I aasigned Text to the Textbox from code behind like "Showing "+Test+" message ..."; Its not displaying Test in bold.How can I do this
If you use classic Windows Form App then you need to use TextBox.Font[^] In Wpf, it is FontWeight