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 |
For windows, what are system requirement for silverlight?
what is a .xap file?
What is the usage of clientbin folder?
What are the animation types supported by silverlight?
How can you check the internet connection status in silverlight?
What is the methodology adopted to change the startup page of any particular Silverlight application?
What happened when I press f5 within visual studio to run silverlight application?
What is the use of AppManifest.xml file in Siverlight Application?
Explain silverlight architecture?
explain deep zoom in silverlight?
How would you implement drag-and-drop in silverlight?
what types of security measures are provided with silverlight?