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:n1. Right-click on the Silverlight project in Solution Explorer.n2. Click on ‘Properties’.n3. In the Application tab, find the 'Startup URI' field.n4. Change the value to the name of your desired startup page (e.g., MyNewPage.xaml).n5. Save the changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best place to start silverlight application?
What do you mean by silverlight.js file?
How to perform event handling in silver light?
What are the different ways to display text with silverlight?
Explain silverlight architecture?
How many types of Layout panels in silverlight?
What is the function of an object tree used in silverlight?
What are the different classes used in visual tree?
Which tools are required to build silverlight applications?
How would you perform event handling in silverlight?
Which platforms does Silverlight support?
what are the restrictions of web service accessing in silverlight?