1
Reply

Checking if field is null

richard smith

richard smith

Jan 26 2013 12:51 PM
1.2k
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)