Is there a way to change the value in code of a check box without having it call the click event?
I have an array of check boxes that add a record in a database when you click that box. When I change the value in code (say in the form_load to see which boxes have the corresponding records in the database) it calls the click event and tries to add another record.
Any help is appreciated.
I have an array of check boxes that add a record in a database when you click that box. When I change the value in code (say in the form_load to see which boxes have the corresponding records in the database) it calls the click event and tries to add another record.
Any help is appreciated.