How to change the default page of a Silverlight application?
Answer / Laxmi Kumari
To change the default page (MainPage.xaml) of a Silverlight application, follow these steps:
1. Right-click on the Silverlight project in Solution Explorer.
2. Click on ‘Properties’.
3. In the Application tab, find the 'Startup URI' field.
4. Change the value to the name of your desired startup page (e.g., MyNewPage.xaml).
5. Save the changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of silverlight plugin in the silverlight application life-cycle?
can you use any specific patterns in silverlight programming?
Expression studio orvisual studio, which one better to use for developing silverlight application?
What are the different resource properties specifying a style?
What are the different development tools used in silverlight?
Give an example of how an AppManifest.xml file looks like.
What is a Silverlight.js file?
Give a brief description of the .XAP file
Does silverlight support mpeg4 and h.264 video, or advanced audio coding (aac) audio, or flash video?
Can we use external fonts in Silverlight? How
What are the different classes used in visual tree?
Is it possible to pass parameters to silverlight controls from asp.net pages?