F
Flying Whiz
I have to a bind check box in my application with a value which is
coming from database.
I have two values which are coming from database.
X - Check
Y - UnCheck
I am trying to do databinding with check box as below.
chkPropAcct.DataBindings.Add("Checked", dt, "PROP_Value")
Can any plz give help me out to do Data binding with check box
Thanks
Whiz
coming from database.
I have two values which are coming from database.
X - Check
Y - UnCheck
I am trying to do databinding with check box as below.
chkPropAcct.DataBindings.Add("Checked", dt, "PROP_Value")
Can any plz give help me out to do Data binding with check box
Thanks
Whiz