Hi,
I am using VS 2008 Beta 2 on Vista. I am finding databinding on WPF a little difficult. I have seen lots of examples of people binding to textboxes. Basically I have a table users with a few columns - firstName, lastName, email. I have a stored procedure that returns a list of users. I have created a SqlDataAdapter that gets data and fills a DataTable dt. I have a a listview lvUsers. Now how do I bind the data in dt to lvUsers? Used to be easy as control.DataSource = dt
Thanks
Start Free Trial