if (myReader.HasRows) //The key Word is **.HasRows** { ltlAdditional.Text = "Contains data"; } else { ltlAdditional.Text = "Is null Or Empty"; }