【发布时间】:2012-01-06 12:53:28
【问题描述】:
当我正在编辑一条记录时,它在 Internet Explorer 中完美运行,我使用编辑模板中的 EditText 属性设置工具提示进行编辑,更新文本也是如此。现在它在 IE 中按预期呈现,但在 Firefox 中没有显示工具提示, 功能方面它工作正常。
<asp:CommandField ButtonType="Image" EditText="Click here to edit section" EditImageUrl="../images/edit.gif" HeaderText="Actions"
UpdateText="click here to update section" UpdateImageUrl="../images/pageok.gif" CancelText="Cancel"
CancelImageUrl="../images/pagecancel.gif" ShowEditButton="true"
ControlStyle-CssClass="LinkNormal" >
【问题讨论】:
标签: c# asp.net firefox gridview