Hi,
I have 10 checkboxes in my comobox if i check the first checkbox then all other remaining 9 checkboxes sld get checked by themselves and when i uncheck then all 9 shld uncheck .How can i do this,can anyone explain me
If I understand you correctly, then you would need to subscribed to the ToggleStateChanged event for the checkbox that you wish to be the main checkbox, and change all the other checkboxes when the toggle state changes.
I hope this helps, but if I have misunderstood your query or you need further help, please let me know
Richard