木木 发表于 2013-9-4 14:33:13

求助ASPXGirdView编辑状态的按钮设置问题

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>

以上代码显示的按钮没有背景图片。知道怎么设置的告知下,谢谢啦!
页: [1]
查看完整版本: 求助ASPXGirdView编辑状态的按钮设置问题