codice:
if (cognome.Text != "" && nome.Text != "")
{
	btnsalva.Enabled=true;
}