Вопрос

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