List A (parent list)
col1 col2 col3 col4
AA 100 BB cc
Expected output:(breaking the parent list in to two list childlist using client object model)
List B(child list)
col1 col2
aa 100
List C(child list)
col1 col2
BB cc
Blitz
List A (parent list)
col1 col2 col3 col4
AA 100 BB cc
Expected output:(breaking the parent list in to two list childlist using client object model)
List B(child list)
col1 col2
aa 100
List C(child list)
col1 col2
BB cc
Blitz