I have a Form in a Silverlight 5 application with the two lables (Label1 and Label2) on it.
The content of Label1 is “This is Label1” and the content of Label2 is “This is label2”.
I need help with code (C# or VB ) that will allow me to accomplish the following:
When I drag Label1 and drop it over Label2, the content of Lable2 changes to “This is Lable1”.
So in this task as I drag Lable1 I carry the content (or the data associate with lable1) of label and drop it over label2.