I have a string value in the backend:
string header = "Name of Front page";
Then in the asp.net front end side I have:
<legend><a href="GenPrefixList.aspx">**I want to use the string "header" in here**</a></legend>
I assigned the string to an asp:Label but the html tags like and legend don’t work.
In C# code:
In your aspx page:
For making text bold:
First Option:
you can use
Eg.
tag
Second Option:
you can use CSS
Eg.: