What is the function used to get a reference to an object inside the silverlight control?
Answer / Pardeep Kumar
Use the `Name` attribute to give an element a name, and then use the `FindName()` method to retrieve it from code-behind: `<Button x:Name="myButton" ... />`n`C#:nmyButton = (Button)this.FindName("myButton");`
| Is This Answer Correct ? | 0 Yes | 0 No |
What files are contained within the .xap file?
What is the Silverlight plug-in?
Describe Moonlight and list the goals of using Moonlight?
Which .net applications are supported in silverlight?
What silverlight is composed of?
When would a customer use silverlight instead of windows presentation foundation (wpf)?
Explain what is ria?
what browsers and platforms are supported by silverlight version 2?
how can you change the startup page of silevrlight application?
What is the role of silverlight plugin in the silverlight application life-cycle?
what type of applications can be developed using silverlight?
Explain how can silverlight use asx files?