richard smith

richard smith

  • 1.5k
  • 285
  • 160.3k

Checking if field is null

Jan 26 2013 12:51 PM
Do you need to use this to check if field is null in C#
If (fieldName.Text == "" || fieldName.Text == null)

If so, what does each check, check for, or are they checking for the same thing?

Answers (1)