I have a datareader that return a lsit of records from a sql server database. I have a field in the database called "Additional". This field is 50% of the time emp
First of all, you probably want to check for a DBNull not a regular Null.
DBNull
Null
Or you could look at the IsDBNull method
IsDBNull