我的 asp:GridView 具有编辑/删除行的选项。我希望这两个选项位于我拥有的每一行的同一个单元格中(目前这两个选项显示在不同的单元格中)。
这是我现在拥有的代码:
<asp:CommandField ShowEditButton='True' edittext='edit' canceltext='cancel' updatetext='update'></asp:CommandField>
<asp:CommandField ShowDeleteButton='True' DeleteText='delete' ></asp:CommandField>
任何帮助将不胜感激!!!