2009年7月20日

DataGrid传值定位选中行

摘要: string InputStr = strVipID; foreach (DataGridViewRow dvr in dbgVip.Rows) { if (dvr.Cells[0].Value.ToString().StartsWith(InputStr)) { dbgVip.ClearSelection(); dvr.Selected = true; break; } } 阅读全文

posted @ 2009-07-20 18:02 欣路历程 阅读(531) 评论(0) 推荐(0) 编辑

导航