gpt4 book ai didi

c# - GridView 检索每一行中的数据

转载 作者:太空宇宙 更新时间:2023-11-03 14:25:14 24 4
gpt4 key购买 nike

当行有边界时,我需要取一个特定值 Ex FirstName 并使用一些逻辑更改显示 FirstName 字段的标签。

我正在使用这个脚本但没有成功..

我如何访问该字段?谢谢

 protected void uxListAuthorsDisplayer_RowDataBound(object sender, GridViewRowEventArgs e)
{
switch (e.Row.RowType)
{
// In case type of row is DataRow (a data row of GridView)
case DataControlRowType.DataRow:
e.Row.DataItem[1].Value.ToString();
break;
}
}

最佳答案

关于

e.Row.Cells[x].Text 

其中 x 是您的列索引?

关于c# - GridView 检索每一行中的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4284781/

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