I'm making an ASP.NET based website in which certain pages host Silverlight controls. If I have a control in page A which needs data from another Silverlight control in page B, how would I send this data from one control to the other.
The Silverlight controls are different custom silverlight controls made by myself, then added to my ASP.NET project?
I code in C#.