I have a checkbox that the text needs to display a footnote character of ‘1’ but can not figure out the + or & sequence to get it to display properly. Can anyone help?
<asp:CheckBox ID="cbSFAAViolationObserved3" runat="server" Text=" Ashtray(s) present^1" />
I think you need the sup tag. like this: