I know that a simple solution would be to make the label a multi-line text box, but this does not solve the problem, since I want to display anchor tags inside the text value. For example:
<asp:Label ID='myLabel' runat="server" Text=" This is my label etc... go here <a href='Destn.aspx'>Here</a> to update" />
This cannot be done with a text field, since the text field will not display the anchor tag as a link, instead it will appear as plain text
Jake
source share