Simple aspx page
(ValidateRequest=”false”)
I want the label to write:
2<B //no spaces
I’ve tried:
<asp:Label ID="Label1" Text="2<B" runat="server" />
<asp:Label ID="Label2" Text="2<B" runat="server" />
Both output 2

I’ve also tried:
<span ID="Label3" >2<B</span>
Which works!
But how can I tell the runat server label to write merely 2<B?
Why he doesnt understand the >?
Edit:
Viewsource:

Just html encode the
<again (&lt;)