Hi all,
Hope somebody can help.
I am building an application, which has a list box populated with records from a database. The list has only one column. Now, what I want to do is build the same list but create a group of check boxes. In other words, a check box per database record. I already tried by adding the check box to the listbox, but I want to build check boxes instead. I am planning to add the check boxes to a control.
So if I have A,B,C,D, etc. in my database, I will have check boxes labeled A,B,C,D, etc.
Thanks in advance.
Hope somebody can help.
I am building an application, which has a list box populated with records from a database. The list has only one column. Now, what I want to do is build the same list but create a group of check boxes. In other words, a check box per database record. I already tried by adding the check box to the listbox, but I want to build check boxes instead. I am planning to add the check boxes to a control.
So if I have A,B,C,D, etc. in my database, I will have check boxes labeled A,B,C,D, etc.
Thanks in advance.