G
Guest
I am dynamically creating htmlinputcheckbox controls. Each of these will have
a name,id and value.
The user make a selection by checking the checkboxes. I then want to
retrieve the the checkboxes selected.
Where i am having difficulties is that these htmlinputcheckboxes are not
part of a control collection, so i am baffled as to how i can retrieve them
using
Request.Form.GetValues();
How can I get retrieve which checkboxes have been checked by the user?
thank you.
a name,id and value.
The user make a selection by checking the checkboxes. I then want to
retrieve the the checkboxes selected.
Where i am having difficulties is that these htmlinputcheckboxes are not
part of a control collection, so i am baffled as to how i can retrieve them
using
Request.Form.GetValues();
How can I get retrieve which checkboxes have been checked by the user?
thank you.