for (int i = 0; i < this.GridMessage.Rows.Count; i++)
{
CheckBox chk = (CheckBox)GridMessage.Rows[i].FindControl("CheckAll");
if (chk.Checked)
{
string id = this.GridMessage.DataKeys[i].Value.ToString();
DeleteReceiveMessageByid(new Guid(id));
}
}
Grid_NeedDataSource(0);
相关文章:
-
2022-12-23
-
2021-11-21
-
2022-03-05
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-08-12
-
2022-12-23
猜你喜欢
-
2022-03-06
-
2022-12-23
-
2021-09-14
-
2022-12-23
-
2022-12-23
-
2022-12-23
-
2021-12-10
相关资源
-
下载
2021-06-06
-
下载
2022-12-28
-
下载
2022-12-30
-
下载
2023-02-07