hi ,
can anyone help to find out how to assing the binary values to the checkboxes ..

Recommended Answers

All 2 Replies

sure, use and and set the values accordingly. Assuming you understand binary logic.

assing the binary values ??? would not do that if I where you...
What you mean by binary values?
Do you mean true or false?
A checkbox has a property Checked which you can set true or false.
For example :
Mycheckbox.Checked = true;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.