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 |
explain deep zoom in silverlight?
What is the different development tools used in silverlight?
what is .xap file?
Will silverlight-based applications and content run on any web server? What are the benefits to running it on servers running windows?
Which types of video files can be supported in silverlight?
How silverlight 4 is different from silverlight 3?
Is it possible to consume wcf and web services in silverlight application?
What is the procedure to add an event handler in managed code?
What files are contained by .xap file?
What is .xap file in silverlight?
Will silverlight support live streaming events as well as downloading media?
what is silverlight.js file? Explain with an example.