从DataSet中取出数据放到ListViewItem中后假设选择其中两条,点击放弃点检之后如何在这个放弃按钮事件当中获取到勾选中的两条数据求大神帮忙!
foreach(IistViewItem lvi in listview1.Items){if (lvi.Checked) ...}