Here're Articles from other blogers,and where would be my articles when i master it
WinForm下CheckBox绑定与DataGrid有什么关系?
摘要:这两天写程序遇到一个好奇怪的问题:假设一个WinForm窗体,包含一系列的控件,其中有一个CheckBox和一个DataGrid。DataGrid用来显示数据库的数据列表,此外的控件用来展示某条记录的明细,以及对数据的Add,Edit,Delete的操作。于是我用了绑定 dataGrid1.SetDataBinding(dataSet,"BHQ");checkBox1.DataBindings.A...
阅读全文
posted @
2006-03-29 11:32
疏影淡淡蓝
阅读(765)
推荐(0)