在RowCommand事件中获取索引值示例代码

编程学习 2021-07-04 22:41www.dzhlxh.cn编程入门
这篇文章主要介绍了如何在RowCommand事件中获取索引值,需要的朋友可以参考下
在RowCommand事件中获取索引值

1.利用e.CommandSource
代码如下:

protected void lpg_RowCommand(object sender, GridViewCommandEventArgs e)

{

if (e.CommandName == "ItemCollect")
{
GridViewRow gvr = (GridViewRow)(((LinkButton)(e.CommandSource)).NamingContainer);
LinkButton lk = lpgKnowledgeExchange.Rows[gvr.RowIndex].FindControl("lbtnCollect") as LinkButton;

}

}

2.如果是模板列中的button直接click事件

利用sender 取其parent 也可以实现

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板