zoukankan
html css js c++ java
repeater中的删除按钮实现
protected void BtnDel_Click(object sender, CommandEventArgs e)
{
int ID = Convert.ToInt32(e.CommandName);
string delSql = "delete from xy_action where actionid=" + ID;
Response.Write(ID);
}
<
asp:LinkButton id
=
"
BtnDel
"
runat
=
"
server
"
OnCommand
=
"
BtnDel_Click
"
CommandName
=
'
<%#Eval("DataItem.huitie_id") %>
'
>
删除
</
asp:LinkButton
></
td
>
查看全文
相关阅读:
10.19
10.17
张钊的作业
张钊的第十一份作业
张钊的第十份作业
张昭的第九次作业
张钊的第八份作业
张钊的第七份作业
张钊的第六次作业啊
张钊O的第五次作业
原文地址:https://www.cnblogs.com/ccsbb/p/1746129.html
最新文章
specific word count(index of)
Regular
Grid-layout
10.29作业
10.28作业
10.27作业
10.26作业
10.22作业
10.20作业
10.19作业
热门文章
10.16作业
10.15
10.14作业
11.05
11.04
10.28
10.27
10.26
10.22
10.20
Copyright © 2011-2022 走看看