I have a datable that includes riders , both male and female, their total miles ridden for the ear, and the number of rides. I need to create 4 dataviews that ret top 10 mileage leaders and top ten number of rides for each gender. In a previous version I simply filtered on gender and order by distance as a dataview then used them for the data source for a gridview that I set paging at ten rows and then hid the <> buttons. that worked but I now have to bind the data to a listview, which doesn't have paging.
↧