Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
How can I format an UltraFormattedLinkLabel with an angle bracket in the text
posted

I want to be able to do something like this:

 

ultraFormattedLinkLabel.Value = "<b><ANameOfSomething></b>";

 

But instead of formatting "<ANameOfSomething>" as bold, it displays "<b><ANameOfSomething></b>" literally with no formatting.  Is there a way to get formatting to work in this situation or am I just SOL?