2013-04-29 71 views

回答

0

嘗試 第一轉換CommandButton控件到模板然後 添加編輯按鈕之間<br />和刪除按鈕

UPDATE在GridView的任務,然後選擇要在「選定的字段:」中轉換爲TemplateField的命令,然後檢查你的urce代碼。您將在ItemTemplate看到

<asp:ItemTemplate> 
     <asp:LinkButton ID="LinkButton1" runat="server" CausesValidation="False" 
           CommandName="Edit" Text="Edit"></asp:LinkButton> 
       <br /> 
     <asp:LinkButton ID="LinkButton2" runat="server" CausesValidation="False" 
           CommandName="Delete" Text="Delete"></asp:LinkButton> 
    </ItemTemplate> 
+0

CommandButton控件到模板:S? – Mathematics 2013-04-29 12:21:23

+0

我已經更新了答案。只要選擇這個答案,如果這可以幫助你。 – 2013-04-29 12:27:35

+0

你的代碼有誤,它打破了我的gridview – Mathematics 2013-04-29 12:31:16

相關問題