How to use a Twitter Bootstrap icon inside an ASP.NET Button?

后端 未结 5 1773
感动是毒
感动是毒 2021-02-04 09:22

How can I use a:

 

with an asp.net button?

5条回答
  •  一个人的身影
    2021-02-04 09:40

    You may add the tag as a value to the LinkButton Text attribute.

    e.g.

    
    

    You can even use it with a side text.

    e.g.

    
    

提交回复
热议问题