Using ASP I've developed a page that reads data from a database and lists the results in a table. The results are a list of tasks that I want to be able to select with a checkbox. So each line in the table has a check box and then the task details.
The list is dynamic and the list size can change. When I submit the form to the next page, is there a command I can use that knows exactly how many checkboxes are in the list, along with the checkbox name and value (CHECKED OR UNCHECKED)
Cheers
J
The list is dynamic and the list size can change. When I submit the form to the next page, is there a command I can use that knows exactly how many checkboxes are in the list, along with the checkbox name and value (CHECKED OR UNCHECKED)
Cheers
J