I have added data from the database to the textbox but can't add a null value. I'd like to enter certain text if the field (not sure if thats what it's called) in the database is null.
if( (reader["Grey3"].ToString()) == DBNull.Value)
I've search online and read through a number of discussions but couldn't understand them too well.