This is a migrated thread and some comments may be shown as answers.

Set text Bold in HtmlPlace Holder

1 Answer 25 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Manish Agarwal
Top achievements
Rank 1
Manish Agarwal asked on 22 Oct 2009, 02:59 PM
Hi

How to set my text Bold
like textBox.text=FontsWeight.Bold "we do in silverlight"

is there any way to do this is codebehind
using HtmlPlaceHolder

Please reply ASAP

Regards
Charu

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 26 Oct 2009, 06:47 AM
Hello Manish Agarwal,

Here is the correct syntax:
RadHtmlPlaceholder1.HtmlSource="<b>Its a bold isnt it?</b>";

Greetings,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
HTMLPlaceHolder
Asked by
Manish Agarwal
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or