(论坛答疑点滴)DataGrid的EditCommandColumn如何使用图片作为按钮?

 其实很简单

<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="<img src='update.jpg'border='0'>" CancelText="<img src='cancel.jpg'border='0'>" EditText="<img src='edit.jpg'border='0'>"></asp:EditCommandColumn>

类似这么写就可以了

posted @ 2005-05-16 13:27  lovecherry  阅读(2583)  评论(1编辑  收藏  举报