What are the steps required to set the controls in silverlight?
Answer / Narendar Singh
"To set controls in Silverlight, follow these steps:n1. Declare the control in XAML.n2. Give an x:Name to the control in XAML for accessing it from code-behind.n3. Initialize and set properties of the control in the code-behind file."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of Silverlight?
Does silverlight work on safari?
Explain the term Moonlight?
Which .net applications are supported in silverlight?
Can I consume WCF and ASP.NET Web Services in Silverlight?
Does silverlight web application work with all browsers ?
How to add the reference of a class library project in silverlight application project?
what is the parent xaml tag of silverlight page?
Which language is used to design the layout in silverlight?
How can you see a silverlight application in full-screen mode?
How does the rendering engine work in silverlight?
How to set silverlight contents width as 100%.