Removing Nulls from a DataTable
The individual cells in a DataTable can have a null value in the form of System.DbNull.Value.
network
The individual cells in a DataTable can have a null value in the form of System.DbNull.Value.
Back in February I wrote a post on how to export DataTables to XML and Excel and I still get…