i wanna send null value to database when a checkBox is unChecked. but it is always true or false:
bool? elevator = null; if (!checkBox1.Checked) elevator = null;
Aucun commentaire:
Enregistrer un commentaire