所有分类
  • 所有分类
  • 实时新闻

代码页获取对应DataGrid的行的数据

代码页获取对应DataGrid的行的数据

代码页获取对应DataGrid的行的数据

foreach (DataGridItem dgi in dgClass.Items)

CheckBox cb = (CheckBox)dgi.FindControl(“chkbox”);

if (cb.Checked)

LblID.text = dgi.cells[1].Text;

PlanName.Text = dgi.Cells[2].Text;

DropDownList1.SelectedValue = dgi.Cells[3].Text;

DropDownList3.SelectedValue = dgi.Cells[13].Text;

DropDownList4.SelectedValue = dgi.Cells[5].Text;

TxtAdd.Text = dgi.Cells[6].Text;

Txtstime.Text = (dgi.Cells[7].FindControl(“one”) as Label).Text;

Txtetime.Text = (dgi.Cells[8].FindControl(“two”) as Label).Text;

//txtStaffName.Text=dgi.Cells[9].Text;

TxtStaff.Text = dgi.Cells[14].Text;

txtTextBooks.Text = dgi.Cells[15].Text.Trim();

string url = ((HyperLink)(dgi.Cells[16].FindControl(“hlPlanPath”))).NavigateUrl;

lblPlanPath.Text = url.Substring(url.LastIndexOf(“\”) + 1);

DropDownList2.SelectedValue = ((dgi.Cells[8].FindControl(“status”) as Label).Text==”在读”)?”1″:”0″;

break;

原文链接:https://www.w1ym.com/75109/,转载请注明出处~~~
0

评论0

请先

站点公告

【温馨提示】 本站不建议您对本站支付任何费用或开通任何会员本站99%资源为免费资源只提供共享不提供技术支持,本站资源主要以学习开发为主,本站是为个人资源记录学习研究等情况而建立,如特殊原因下载,需在24小时删除相关资源。本站资源均来自互联网收集或网友分享,若有侵权,请联系站长删除,谢谢。立即查看
显示验证码
没有账号?注册  忘记密码?