Browse by Tags
All Tags » DataView » Using Controls (RSS)
Sorry, but there are no more tags available to filter with.
-
|
You can use the IsNull operator. // the outer quotes are double-quotes // the inner quotes are two single-quotes // Fax is the column mapping name dataView1.RowFilter = "IsNull(Fax, '') = ''"; // for a numeric null in custNumber...
|