ListView in WPF
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Anyone knows how to handle the code in chapter 26 from the book "Microsoft Visual C# Step by Step"? This example runs well except for adding a row to the listview control that is biding with the Northwind database, I tryed everything but it seems the problem is the data binding and the listview control that doesn't recognize the format of the table problably because the table is joined with another table and the listview control refers to only one table. I will post the code that gives a the runtime error later.