I am trying to show a tooltip within my codebehind. (I am using ASP.NET C#) What I like to do is to show part of the tooltip in bold as such: I have the following:
header["Emp"].ToolTip = "Employee<b>Number</b>";
it doesn't seem to work as the what it shows is:
Employee<b>Number</b>
Thank you in advance