That worked great! Thank you so much for the fast answer.

Here is my final Code.
Code:
If reader.IsDBNull(reader.GetOrdinal("CARRIERCODE")) Then
                            lblShipping.Text = ""
                        Else
                            lblShipping.Text = reader("CARRIERCODE")
                        End If