Button图片加文字

ImageButton
( Button,TextBox等等  通过样式)
<style>
.btn{
background-image:url('images/btn.jpg');
background-repeat:no repeat
}

</style>
<asp:Button ID="button1" class="btn" Text="提交" runat="server"/>
原文地址:https://www.cnblogs.com/linyijia/p/2277514.html