How to change the default page of a Silverlight application?



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

Post New Answer

More Microsoft Silverlight Interview Questions

What is the role of silverlight plugin in the silverlight application life-cycle?

1 Answers  


can you use any specific patterns in silverlight programming?

1 Answers   Microsoft,


Expression studio orvisual studio, which one better to use for developing silverlight application?

1 Answers  


What are the different resource properties specifying a style?

1 Answers  


What are the different development tools used in silverlight?

1 Answers  


Give an example of how an AppManifest.xml file looks like.

1 Answers  


What is a Silverlight.js file?

1 Answers  


Give a brief description of the .XAP file

1 Answers  


Does silverlight support mpeg4 and h.264 video, or advanced audio coding (aac) audio, or flash video?

1 Answers  


Can we use external fonts in Silverlight? How

1 Answers  


What are the different classes used in visual tree?

1 Answers  


Is it possible to pass parameters to silverlight controls from asp.net pages?

1 Answers  


Categories