Posted By:
Vinotth_Dhanaraj
Posted On:
Monday, January 26, 2004 10:25 PM
I know how to iterate a collection by using
I need to iterate 2 collections parallely, like displaying 'i'th element of the first collection and 'i'th element of 2nd collection in adjacent td tags. How can i do that?