41. How can be the default page settings changed for a silverlight page ? You can change the default page settings of a silverlight page. This can be done by …
Silverlight
- Interview Questions and AnswersSilverLightTechnical Interview Questions and Answers
- Interview Questions and AnswersSilverLightTechnical Interview Questions and Answers
Silverlight Interview Questions and Answers Part-4
by Sby S31. How can you change the startup page of SilevrLight application? Open the App.xaml.cs file In the Application_Startup event handler, set the RootVisual property to the instance of the particular …
- Interview Questions and AnswersSilverLightTechnical Interview Questions and Answers
Silverlight Interview Questions and Answers Part-3
by Sby S21. What is the use of ClientBin folder? ClientBin folder is used to place the .xap file of Silverlight application. You can keep this anywhere in your web application but …
- Interview Questions and AnswersSilverLightTechnical Interview Questions and Answers
Silverlight Interview Questions and Answers Part-2
by Sby S11. Quote:Why is XAP important? Tools, such as Visual Studio 2008 with the Microsoft Silverlight Tools Beta 2 for Visual Studio 2008, allow you to create Silverlight applications that are …
- Interview Questions and AnswersSilverLightTechnical Interview Questions and Answers
Silverlight Interview Questions and Answers Part-1
by Sby S1. What is XAML ? Extensible Application Markup Language (XAML, pronounced zammel) is a declarative XML-based language created by Microsoft which is used to initialize structured values and objects.