在我的网格视图中,我有一个带有编辑和更新的命令字段。显示的是文本而不是图像。我究竟做错了什么?
<asp:GridView ID="gvFleetSheet" runat="server" AutoGenerateColumns="False"
AllowPaging="True" PageSize="7" Width="1959px" BorderColor="Black" BorderStyle="Solid"
CellPadding="3" BorderWidth="2px">
<Columns>
<asp:CommandField ShowEditButton="true" InsertImageUrl="\\sos-sp\websites\SAB_Requests\Images\ico_edit.bmp" UpdateImageUrl="\\sos-sp\websites\SAB_Requests\Images\submit.png" />
//other template fields....
</Columns>
<HeaderStyle BackColor="#FFFFCC" BorderColor="Black" BorderStyle="Solid"
BorderWidth="2px" />
</asp:GridView>