c# comboBox与数据库中的数据绑定
摘要:
private void comBoxBinding() { SqlConnection connection = this.getConnection(); connection.Open(); SqlCommand command = new System.Data.SqlClient.SqlCommand(); command = new SqlCommand("select State_Name_English,State_Name,StandSys,StandSys_English,... 阅读全文
posted @ 2013-06-26 13:35 Hai_阔天空 阅读(1082) 评论(0) 推荐(0)
浙公网安备 33010602011771号