做最好的自己~~

Be My Personal Best!

导航

2008年5月29日 #

listView绑定数据

摘要: private void button1_Click(object sender, EventArgs e) { listView1.Items.Clear(); listView1.Columns.Clear(); SqlConnection con = new SqlConnection(... 阅读全文

posted @ 2008-05-29 13:55 阿万 阅读(4940) 评论(5) 推荐(0)

dataGridView 控件的简单绑定

摘要: private void button1_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection("server=.;database=pubs;user id=sa;password=123"); con.Open(); ... 阅读全文

posted @ 2008-05-29 13:38 阿万 阅读(473) 评论(0) 推荐(0)