make databound checkbox checked in C#.net2005 winform application
normal checkbox can use checkbox1.checked = true;
databound checkbox needs to change the checkstate: checkbox1.checkstate = checkstate.checked;
Achievement provides the only real pleasure in life
normal checkbox can use checkbox1.checked = true;
databound checkbox needs to change the checkstate: checkbox1.checkstate = checkstate.checked;
Posted by SF at 11:12 pm
No comments:
Post a Comment