listview如何绑定数据库,让数据库的数据显示在listview中。 10
谢谢各位大哥大姐了,帮帮小弟!同事就要我用listview绑定啊,我的表有3个字段idlxrlxdh我是用sqlserver2000数据库连接的vs2005我自己写的代码...
谢谢各位大哥大姐了,帮帮小弟!
同事就要我用listview绑定啊,我的表有3个字段id lxr lxdh
我是用sql server 2000数据库连接的vs2005
我自己写的代码是
{
listView1.Items.Clear();
listView1.Columns.Clear();
DataSet dst = new DataSet();
SqlCommand cmd =new SqlCommand ("select id,lxr,lxdh from table1");
SqlDataAdapter dap = new SqlDataAdapter(cmd);
{
str[0] = rows["id"].ToString();
str[1] = rows["lxr"].ToString();
str[2] = rows["lxdh"].Tostring();
ListViewItem item = new ListViewItem(str,0);
listView1.Items.Add(item);
}
不对啊,高手指点! qq号为286233970.希望高手指点! 展开
同事就要我用listview绑定啊,我的表有3个字段id lxr lxdh
我是用sql server 2000数据库连接的vs2005
我自己写的代码是
{
listView1.Items.Clear();
listView1.Columns.Clear();
DataSet dst = new DataSet();
SqlCommand cmd =new SqlCommand ("select id,lxr,lxdh from table1");
SqlDataAdapter dap = new SqlDataAdapter(cmd);
{
str[0] = rows["id"].ToString();
str[1] = rows["lxr"].ToString();
str[2] = rows["lxdh"].Tostring();
ListViewItem item = new ListViewItem(str,0);
listView1.Items.Add(item);
}
不对啊,高手指点! qq号为286233970.希望高手指点! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询