imageCommand.Parameters.Add("@Image", SqlDbType.VarBinary).Value = fileUpload.PostedFile == null ? System.Data.SqlTypes.SqlBinary.Null : bytes;