NiboOl的天空
C#随笔

随笔分类 -  数据库操作

C#2005 获取DataGridView选中行的值
摘要:Visual Studio 2005 中DataGrid变成了DataGridView,其中的一些属性和方法都有所改变,一个个属性看下来,总算找到了。。嘿^_^ String str = this.DataGridView.SelectedCells[0].Value.ToString(); 阅读全文
posted @ 2007-06-14 23:27 王鲁彬 阅读(16051) 评论(7) 推荐(0)