nt UserID = Convert.ToInt32(listView1.SelectedItems[0].Text);

int res= UserAccessor.DelUserInfo(UserID);
if (res > 0)
{
  int a = listView1.SelectedIndices[0];                              //定位选中项索引
  listView1.Items[a].SubItems[7].Text = "xxx";                //选中项应用
}

相关文章:

  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2022-12-23
  • 2021-09-23
  • 2021-11-20
  • 2021-07-18
猜你喜欢
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2021-12-02
  • 2021-11-22
相关资源
相似解决方案