主頁 > 知識庫 > 在RowCommand事件中獲取索引值示例代碼

在RowCommand事件中獲取索引值示例代碼

熱門標簽:柳州電銷機器人公司 電銷語音機器人型號參數(shù) 400電話如何申請取消 昆明語音電銷機器人價格 浦發(fā)電話機器人提醒還款 騰訊地圖標注手機 征途美甲店地圖標注 百度地圖怎樣做地圖標注 太原400電話上門辦理
在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 也可以實現(xiàn)
您可能感興趣的文章:
  • 用Command對象和RecordSet對象向數(shù)據(jù)庫增加記錄哪一個更好
  • 使用Jmail及Winwebmail發(fā)信時系統(tǒng)記錄中的錯誤:502 Error: command ...
  • Delphi Command模式
  • asp中command的在單條記錄時,有些字段顯示為空的問題
  • javascript document.execCommand() 常用解析
  • asp.net gridview的Rowcommand命令中獲取行索引的方法總結(jié)
  • php設(shè)計模式 Command(命令模式)
  • php設(shè)計模式 Command(命令模式)
  • 獲取Repeter的Item和ItemIndex/CommandArgument實現(xiàn)思路與代碼
  • 解決VS2012 Express的There was a problem sending the command to the program問題
  • bash scp command not found的解決方法
  • GridView中動態(tài)設(shè)置CommandField是否可用或可見的小例子
  • document.execCommand()的用法小結(jié)
  • pip 錯誤unused-command-line-argument-hard-error-in-future解決辦法
  • ON_COMMAND_RANGE多個按鈕響應一個函數(shù)的解決方法
  • C#命令模式(Command Pattern)實例教程
  • ASP基礎(chǔ)知識Command對象講解

標簽:蘭州 江蘇 陽泉 新疆 張家界 德陽 白山 天門

巨人網(wǎng)絡通訊聲明:本文標題《在RowCommand事件中獲取索引值示例代碼》,本文關(guān)鍵詞  在,RowCommand,事件,中,獲取,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《在RowCommand事件中獲取索引值示例代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于在RowCommand事件中獲取索引值示例代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章