国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

listview里的button事件添加方法

2024-07-10 13:23:20
字體:
來源:轉載
供稿:網友
1.

復制代碼 代碼如下:


<asp:ListView runat="server" >
<LayoutTemplate>
<div>
<table border=0 cellpadding=0 cellspacing=0>
<asp:PlaceHolder id=itemPlaceholder runat=server/>
</table>
<div></div>
</div>
</LayoutTemplate>
<ItemTemplate>
<tr><td>
<asp:LinkButton runat="server" CommandArgument='<%#Eval("ItemCode")%>' OnClientClick="return confirm('確定刪除此條信息?');" Text="刪除"></asp:LinkButton>
<</td>/tr>
</ItemTemplate>
</asp:ListView>


2.

復制代碼 代碼如下:


protected void lb_delete_Click(object sender, EventArgs e)
{
LinkButton lbdelete = (LinkButton)sender;
BLLAccount bll_updateBalance = new BLLAccount();
if (hd_vehiclecode.Value != "" && lbdelete.CommandArgument != "")
{
if (bll_updateBalance.deleteBalance(hd_vehiclecode.Value, lbdelete.CommandArgument) == true)
{
this.ClientScript.RegisterStartupScript(this.GetType(), this.Title, "alert('刪除成功!');", true);
Datebind();
}
else
{
this.ClientScript.RegisterStartupScript(this.GetType(), this.Title, "alert('刪除失敗!');", true);
}
}
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 河间市| 博野县| 阳新县| 绥滨县| 水富县| 宁夏| 静乐县| 望城县| 太原市| 大城县| 始兴县| 鹰潭市| 安图县| 西乌珠穆沁旗| 伊金霍洛旗| 林州市| 东辽县| 敦化市| 黄骅市| 云和县| 尼木县| 卢湾区| 项城市| 沙湾县| 建阳市| 株洲县| 清新县| 乃东县| 从江县| 遂宁市| 贵港市| 武宁县| 芜湖县| 洛隆县| 磐安县| 大田县| 济宁市| 渝北区| 西宁市| 浪卡子县| 孝义市|