Thanks a lot....it always good to hear from our users having success in the field!!!
OK...I see what you are trying to do. If you will recall in class, I was showing how 1.6.1 allows an InfoPanel to talk directly to the ListView if you would like. So you could actually add this logic to an InfoPanel. Now the MaintenanceFormToolstrip won't really work because the ListView is not "bound" to the BO from which it was popualted....as no ListView is actually ever "bound." Which in all actuallity makes this less complicated because you can just move the SelectedIndex on the ListView and you do not even have to worry about the BO or the data behind the ListView. Just create a button or some links on an InfoPanel that moves First (SelectedIndex = 0), Last (SelectedIndex = ListView.Items.Count-1), etc.