how to check string is null or not in asp.net code example Example: c# check if string is empty if (string.IsNullOrEmpty(myString)) { // }