Using array controls
Hi,
I have used an array of listbox controls which are being populated by array values. But when I am trying to put validations in Javascript for these controls I am not being able to access the value stored in each control, though I am using a for.. loop with ubound() of the array variable. Instead when I am using the direct array index I am able to access the values which is making the code very lengthy. Is there a method to make it easy using array and for.. loop.
Regards
|