Although XML can be filtered using the XPath language, DataTables present and excellent way to perform filtering operations on XML. This is especially true when filtering is dependent upon data types such as DateTime.
This example demonstrates how to use the Select() method of the DataTable class to filter out specific rows in a DataTable and bind the selected rows to a DataGrid.
|