gpt4 book ai didi

c# - 使用 gridview asp.net 进行分页时索引超出范围

转载 作者:太空宇宙 更新时间:2023-11-03 13:45:37 33 4
gpt4 key购买 nike

int index = -1;
foreach (GridViewRow gvrow in lstHoliday.Rows)
{
index = (int)lstHoliday.DataKeys[gvrow.RowIndex].Value;
bool result = ((CheckBox)gvrow.FindControl("Selector")).Checked;
}

这里报错:

index = (int)lstHoliday.DataKeys[gvrow.RowIndex].Value;

Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index

我在这里做错了什么?

enter image description here

最佳答案

需要提及标记上 GridViewDataKeyNames 属性。上面没有提到导致错误的原因。

更多关于 DataKeyNames

关于c# - 使用 gridview asp.net 进行分页时索引超出范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15461267/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com