0
Answer

Binding maskedtextbox

Nilesh Avhad

Nilesh Avhad

11y
1.3k
1

How to bind maskedtextbox who's masked property is set to "short date"? I am using follwing line. But not working.

txtHFdate.DataBindings.Add("Text", bindingSource1, "FroDat",true,DataSourceUpdateMode.OnValidation,"","MM/dd/yyyy");


Plz help