Hi
Is there any way to control the behavior of the check box on the datetime picker control that is bound to dataset.
I have a dateTimePicker control on a Windows Form (VB.NET),
which is bound to a dataset (database column of date type).
Following properties are set -
editfldName.Checked =...
Hi
I have a dateTimePicker control on a Windows Form (VB.NET),
which is bound to a dataset (database column of date type).
Following properties are set -
editfldName.Checked = False
editfldName.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.dsName, "tblName.fldName"))...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.