Hi Prakash,
Thank you for replying
Actually, what exactly i'm looking is, in an application when I enter some data, that data will result multiple objects on the page which will have value... for example If I say enter your full name in the object: "Anil Yadrami"
below it will create two objects saying
first name: Anil
last name: Yadrami
so the objects which hold the value Anil and Yadrami are dynamic objects, those objects names will change based on the application and the number of rows it is generating everytime... so in this situation if I to consider the object value "Yadrami", how will I know which object is holding this value? :)