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
The difference is that "" means and empty string but null means it doesn't exist
""
null