DataViews allow multiple views of data within a DataTable to be bound to controls. This example demonstrates how DataViews can filter out specific rows from a DataTable loaded with XML using the RowFilter property and how rows can be sorted and selected based upon a key value using the Sort property and FindRows() method.
|