摘要:
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"; //选中项应用 } 阅读全文
posted @ 2011-01-11 13:50
叮/当
阅读(273)
评论(0)
推荐(0)
浙公网安备 33010602011771号