Filtering for Null Values
[ Team LiB ] Recipe 3.12 Filtering for Null Values Problem You want to filter a DataView for rows that have null values. Solutions Use the IS NULL clause with the RowFilters property of the DataView. The sample code contains two event handlers