Avatar

Level 2

Hi

I need help in getting the valueo f Iterative field through javascript

I have xml structule like

<EqipList>

     <EuipDetails>

          <tag1></tag1>

          <tag2></tag2>

     </EuipDetails>

     <EquipAdd>

          <Building></Building>

          <Street></Street>

     </EquiAdd>

I need to access the value of Building also I need to get the count of EquipAdd. I have set the binding at row level ans binding for each tag as none.

I want to display the values by javascript.

Can somebody help.

Thanks,

Smitha