I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.<BR><BR>Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a ...
I have an object data source that implements a method that returns a list of data objects, and a method returning total number of records in the database. If I watch the execution, I can see it hit ...