Hi,
I used an array of checkboxes.as in the example below
VB Code:
  1. for i=0 to 10
  2. check1(i).value=1
  3. next
and I want to get a message to know that all checkboxes are checked
There is no check.count so how do you do it ?
**My same question is true for textboxes..I want to get a message when all textboxes in the array are filled with a text..

thanks..