The DataView class is very useful for filtering specific
items from a given DataTable. However, how can you view the filtered results
as XML? This sample application shows how to load a DataView object, filter
to specific rows, and then view those rows as XML.
|