문제

I have an asp.net button control used inside ajax AccordionPane and i want to apply the superscipt to the text of button such as "Button1 *Demo ".How can i do this?

도움이 되었습니까?

해결책

Style it just as you would normal HTML/CSS:

<button ID="btn" runat="server">Button 1 <sup>*Demo</sup></button>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top