我想实现:选择CB控件中的一项“张三”,在DGV控件中显示“张三”的“性别”“班级”信息 我的CB代码: ...
myCon.ConnectionString = "server=localhost;port=3306;user=root;password=123456;database=drugstore;"; string cmdText = "select * from drug"; myrow["Dname"] = textBox2 ...
I've got a grid that I've got Enabled = false because I don't want any cell highlighting when it is clicked. The thing is I DO want the mouse events to fire when a row is clicked (specifically mouseup ...