に削除アイコンを追加します。もちろんは、私はこのような(グリッドビュー)ASP.NETレコード持って確認ポップアップ
<ItemTemplate>
<asp:ImageButton ID="btnSearchDeleteProperty" runat="server" ImageUrl="~/Images/delete2.png"
OnClientClick="return confirm ('Are you sure you want to DELETE this record?')" CommandArgument='<%# Eval("PropertyID") %>'
OnCommand="_SearchDeletePropertyBtn_Command" ToolTip="Delete property" />
</ItemTemplate
>
を、その確認のポップアップが表示されます。
まあ、ポップアップの左側にDELETE画像を追加する方法はありますか?私はアプリケーションのデスクトップのために、これらの種類のポップアップがあったことを覚えています。
削除方法はここにありますか?