相关文章推荐

也就是說count是當頁的條數。而e.CommandArgument索引號是遞增不重新分配。

解決方案:

int iPageIndex = GridView1.PageIndex;   //擷取當前頁索引
int iPageSize =  GridView1.PageSize;      //擷取每頁顯示記錄數
int iIndex = Convert.ToInt16(e.CommandArgument)-iPageIndex*iPageSize;  //計算
string strId = GridView1.DataKeys[iIndex].Value.ToString();

//ID擷取,是刪除,還是更新,隨你。

本文章原先以中文撰寫並發佈於 aliyun.com,亦設英文版本,僅作資訊用途。本網站不對文章的準確性,完整性或可靠性或其任何翻譯作出任何明示或暗示的陳述或保證。如對該文章有任何疑慮或投訴,請傳送電郵至 [email protected] 並提供相關疑慮或投訴的詳細說明。職員會於 5 個工作天內與您聯絡,一經驗證之後,即會刪除該侵權內容。

相關關鍵詞: php gridview gridview templatefield c# gridview example c# gridview example xamarin forms gridview asp net gridview example asp gridview example

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: [email protected] 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

Get Started for Free //intl.aliyun.com/pricing //intl.aliyun.com/trust-center //intl.aliyun.com/free-trial/enterprise //intl.aliyun.com/startup //intl.aliyun.com/partner
 
推荐文章