摘要: 注:GridControl中包含了GridView 添加GridControl1连接数据库:string souce ="server=(local);Integrated Security=SSPI;database=dx";SqlConnection conn =new SqlConnection(souce);conn.Open();string str ="select * from base_color";string str2 ="select * from base_detail";string str3 =" 阅读全文
posted @ 2013-02-20 16:09 小锋神 阅读(7670) 评论(4) 推荐(0)