Hope its almost clear from above subject line
I want to include a lesser(and greater) than symbol inside my asp:literal
To display something like
Select <Download>
I tried using this
<asp:Literal ID="LiteralDownload" runat="server"
Text="Select < Download >"/>
But the ASP.NET page doesn’t display the text
Any ideas/help ?
Vatsa
You should set the [
LiteraControl‘s Mode property toPassThrough.The default is
Transform: which interpreted as html and does not show upOR as per commments from OP in this case