GridView如何写按钮事件删除指定行ASP.NET(C#)

<asp:GridViewID="GridView1"runat="server"AutoGenerateColumns="False"onrowdeleted="Gri... <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"
onrowdeleted="GridView1_RowDeleted">
<Columns>
<asp:TemplateField HeaderText="产品名称">
<ItemTemplate>
<asp:Label ID="Label1" runat="server" Text='<%# Bind("images") %>'></asp:Label>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="删除产品" ShowHeader="False">
<ItemTemplate>
<asp:Button ID="Button1" runat="server" CausesValidation="false" CommandArgument='<%# Bind("id") %>'
Text="删除" />
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
前台怎么改?后台怎么写点击事件呢?
thank you!
我加了个onrowcommand="GridView1_RowCommand"
后台用了 int rowid = Int32.Parse(e.CommandArgument.ToString());//获取点击了第几行
展开
 我来答
柴沛文00K
2010-09-17 · TA获得超过635个赞
知道小有建树答主
回答量:1203
采纳率:0%
帮助的人:193万
展开全部
I suggest you change your dataset, Take out the row from dataset, then reassign it to the grid.
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式