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 |
How can iis improve silverlight streaming?
What are the necessary step that need to be performed in order to download content from within silverlight?
What is the difference between silverlight and flash?
What you must require in order to run silverlight applications on a web server?
What is clipping in silverlight?
what are the restrictions of web service accessing in silverlight?
Give a brief description of the .XAP file
Which tool should use for Silverlight – Expression Studio or Visual Studio?
What do you know by silverlight runtime?
Which .net applications are supported in silverlight?
What do you mean by silverlight.js file?
How many xaml files are created when you create a new project in silverlight through visual studio and what are the uses of those files?