what is the best way to check if a Data Table has a null value in it ?
Most of the time in our scenario, one column will have all null values.
(This datatabl
I will do like....
(!DBNull.Value.Equals(dataSet.Tables[6].Rows[0]["_id"]))