Posted by Noozer on 08/12/05 14:35
I'm using ASP to generate an array of checkboxes and was wondering what was
the best way to do it.
I can't use the same name on all the checks, because I only get "on" for the
checked boxes and nothing with the unchecked boxes.
I can't figure out how to specify an array for the input element name.
When I process the results from the form submission, I need to know the
index of the checkbox in my database, so I figured that I could use the
index as part of the input element's name.
Suggestions?
Navigation:
[Reply to this message]
|