What is the function used to get a reference to an object inside the Silverlight control?
The method findName() is used to refer an object inside the Silverlight control. The container reference is made in the Container.xaml and the corresponding Java Script file is called as Container.js. Now to access the object use the following function:
Container[1].Element.findName(“MyImageControl”).Source = “myPersonalImage.jpg”