tags:

views:

141

answers:

1

Hi,

Right now i have my program to clone widgets. problem i am facing is i have to get the data from these widgets(particularly from textbox) on my DB end. But once i clone them i am not sure how do i keep trace on them and know which data goes where as these widgets don't have names(i mean the cloned ones)? Any help is appreciated. Thank you.

A: 

Add a property to your cloned widget holding the key(s) to the displayed data.

Drejc