H
Hardik Shah
Hi there
i'm trying to bind a checkbox and some date time picker fields to a dataset.
this is wat i have tried for the check box but it doesnt seen to work
chkObservation.DataBindings.Add("text", dsChildData,
"Child.ChildObservation")
SO how would i go about binding this?
Any suggestion would be helpfuly
thanks.
i'm trying to bind a checkbox and some date time picker fields to a dataset.
this is wat i have tried for the check box but it doesnt seen to work
chkObservation.DataBindings.Add("text", dsChildData,
"Child.ChildObservation")
SO how would i go about binding this?
Any suggestion would be helpfuly
thanks.