第一步:得到id

1 for (int i = 0; i < repWarehouseList.Items.Count; i++)
2 {
3 text += repWarehouseList.Items[i].Controls[1].ClientID+",";
4 }

第二步:获取了ID,在用FindControl("txt")这个获取

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-24
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-16
  • 2021-10-25
  • 2021-09-28
  • 2021-11-24
  • 2021-07-10
  • 2021-10-10
  • 2021-07-13
相关资源
相似解决方案