Hi,
I m trying to set innertext of href in code behind. I would like to put space between 2 words and I wonder is there an equivalent of in vb.net?
Here is my aspx:
<a href="#" class="btn1 approve" id="fancybutton6" runat="server">Check Send</a>
Here is code behind:
fancybutton6.InnerText = "Uncheck Send"
I m trying to set innertext of href in code behind. I would like to put space between 2 words and I wonder is there an equivalent of in vb.net?
Here is my aspx:
<a href="#" class="btn1 approve" id="fancybutton6" runat="server">Check Send</a>
Here is code behind:
fancybutton6.InnerText = "Uncheck Send"