Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 ajax AccordionPane 中使用了一个 asp.net 按钮控件,我想将 superscipt 应用于按钮的文本,例如“Button1 *Demo ”。我该怎么做?
像普通的 HTML/CSS 一样设置它的样式:
<button ID="btn" runat="server">Button 1 <sup>*Demo</sup></button>