Nilesh Avhad
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