- 积分
- 0
- 在线时间
- 4 小时
- 主题
- 1
- 注册时间
- 2013-9-4
- 帖子
- 2
- 最后登录
- 2019-9-17
- 帖子
- 2
- 软币
- 88
- 在线时间
- 4 小时
- 注册时间
- 2013-9-4
|
ASPXGirdView编辑状态为弹出窗,设置保存及取消按钮为 ButtonType="Button",但是按钮能设置文字,不知道怎么设置按钮的背景加上图片的样式
<CancelButton Visible="true" Image-Url="../../images/undo.gif" Text="取消">
<Image Url="../../Images/delete.jpg" />
</CancelButton>
<UpdateButton Visible="true" Text="保存" Image-Url="../../images/update.gif">
<Image Url="../../images/update.gif">
</Image>
</UpdateButton>
以上代码显示的按钮没有背景图片。知道怎么设置的告知下,谢谢啦!
|
|