<asp:GridView ID="GridView1" runat="server"
AllowPaging="True" AllowSorting="True"
DataMember="DefaultView"
DataSourceID="SqlDataSource1"...
>
<RowStyle BackColor="#EFF3FB" />
<Columns>
<asp:BoundField ...
<asp:CommandField ButtonType="Image" DeleteText="Delete" ShowDeleteButton="True" DeleteImageUrl="images/deletered1.png"></asp:CommandField>
</Columns>
<FooterStyle BackColor="#507CD1" .../>
</asp:GridView>
すべての行に を含むグリッド ビューが<asp:CommandField>
ありますが、ツールヒント テキスト (「削除」) を設定するプロパティや、メッセージ ボックスを確認するプロパティ (「よろしいですか?」のようなもの) が見つかりません。