Hi fellows.,
I'm working on a ASPX page where i met a situation like.,

This is a Similar Example of my application looks like.....
Have this for the Drag and drop functionality,
adding removelink & clicking the link alone....
I dragged an listitem from a Datalist and
Dropped into another Datalist's Listitem....
The script used Helper:Clone to add the dropped item to the listitem adding a linkbutton named Remove along with it....
now wot i want to do is.,
1.get the label's text which is inside the itemtemplate when dropped (i.e) Added.,
2.get the label's text which is inside the itemtemplate when remove linkbutton is clicked
Plz guide me !