Hi All.,
I want join two list using caml query ?
i have two list. ListA,ListB.List having Multiple Items.
ListA---Eid,Ename,Dept,Address.
ListB---Eid,MobileNo,BloodGroup.
I want Show the Data based on Eid.(Ename,Dept,MobileNo)
How to do?
Hi All.,
I want join two list using caml query ?
i have two list. ListA,ListB.List having Multiple Items.
ListA---Eid,Ename,Dept,Address.
ListB---Eid,MobileNo,BloodGroup.
I want Show the Data based on Eid.(Ename,Dept,MobileNo)
How to do?