I have a control that retrievs student’s IDs in the format of checkboxes. I select a number of these students and from the selected checkboxes create an insert SQL statement. Ofcourse the insert sql statement will have other data. my problem is how to get all the selected checkboxes ( preferably put them into an array) & construct an insert statement.
any help would be appreciated
