While trying to set Validations i initially encountered some problems with checking if a textbox is null, i tried using
private void btnGo_Click(object s
Simple, "" has a valid value i.e. String.Empty but null doesn't have any value.
""
String.Empty
null