Hi,
Any one can tell me how to group the data from two arrays using
repeater.

RegionArray("RegionId","RegionName","RegionDesc")
                          1                  NA               North
America
                          2                  EU               Europe
                          3                  AP               XXX
                          4                  AU                YYY

CountryArray("CountryId","RegionId","CountryName")

                              1                1                   US
                              2                1                   CA
                              3                2                   UK
                              4                2                   GE
                              5                3                   MX


I have to show the result like this


Cnt_1_ForRegn_1 Cnt_2_ForRegn_1 Cnt_3_ForRegn_1 Region_1

Cnt_1_ForRegn_2  Cnt_2_ForRegn_2  Region_2

Cnt_1_ForRegn_3  Cnt_2_ForRegn_3  Region_3


Please help me how to get this results using repeater.


Thanks in advance!!



-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to