Hi,
I have a list over which I am iterating - it has checkbox and other fields.
I know I can define array associated with checkbox's values but that only
returns values which were checked. In my other column I have date and I have
to make that date associated with checkbox's state. How am I supposed to do
that?........Say I get five values in table and decide to check 2 of them
but array is only going to return true for 2 elements ...Is there any way I
would define collection/array for checkboxes and it would return ALL value
including those which were unchecked?...
Regards
Peter.