Is there any possible way to give condition that textbox focus is leave or not in any event
I tried following code but getting error
if (txt_partybillno.Leave == true) { // code }
also
if (this.txt_partybillno.Leave == true) { // code }
Aucun commentaire:
Enregistrer un commentaire