How do I enforce that between two fields, at least one of them is mandatory (is it filled out)? For example, the fields Celular and Telefone can not be saved empty, only one of them.
My code:
//..
}
else ((txtNome.Text == "")...
asked by
30.06.2016 / 23:25