RE: Font.Bold

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: JuanDG (JuanDG_at_discussions.microsoft.com)
Date: 09/10/04


Date: Fri, 10 Sep 2004 09:25:03 -0700

That’s a pretty annoying bug I had to deal with a while ago, I don’t know if
the ASP.NET team is aware of that but I someone knows how we can let them
know, please tell me.

The way I dealt with this was by manually placing a </b> tag after de
</Mobile:Label>.

It might not be the best way, but for me it was the only way to deal with it.

--
Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
"Trine" wrote:
> Hi
> 
> In my mobile application I have a label and a selectionlist on the same
> form. I want the text on the label to be bold, which I manage with the line
> 'lbl.Font.Bold = BooleanOption.True;' however it has influence on the text
> in the selectionlist as well - even though I specifically try to set it
> 'BooleanOption.False' - does anyone have a suggestion to what I do?
> 
> trine
> 
> 
>