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"/>

相关文章:

  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-01-28
猜你喜欢
  • 2022-12-23
  • 2021-11-11
  • 2022-01-27
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案