<asp:TemplateField>
<ItemTemplate>
<asp:Button ID="AddButton" runat="server"
CommandName="AddToCart"
CommandArgument="<%# ((GridViewRow) Container).RowIndex %>"
Text="Add to Cart" />
</ItemTemplate>
</asp:TemplateField>
https://msdn.microsoft.com/zh-tw/library/Bb907626(v=VS.100).aspx文章標籤
全站熱搜
