Explain with example how to change the default page of the silverlight application.
Answer / Sakshi Rani
To change the default page of a Silverlight application, update the `StartupUri` attribute in the AppManifest.xml file: `<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:xdt="http://schemas.microsoft.com/Xml-Data/Commands"> <Application Id="MyApp" xdt:Transform="Replace"> <Setup> ... </Setup> <DeploymentGroup> ... </DeploymentGroup> <ApplicationLifetime xmlns="http://schemas.microsoft.com/client/2007/windowslive/application"> <EntryPoint> MyApplication.exe </EntryPoint> <SplashScreen ImageUri="SplashScreenImage.jpg" /> <StartupUri>NewDefaultPage.xaml</StartupUri> </ApplicationLifetime> </Application></Deployment>"`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of control templates in silverlight?
What kinds of fonts are supported with silverlight?
Is silverlight the official name for “wpf/e”?
Explain teh purpose of parent xaml tag of silverlight page?
What are the components of silverlight?
Is silverlight a new media player?
What is SilverLight ? Can SilverLight run in other platforms other than window?
How many types of Layout panels in silverlight?
What is the difference between silverlight and flash regarding animations?
Can we add the reference of a class library project in silverlight application project?
What do you understand by the term Silverlight Run Time?
List the steps involved in consuming the WCF services in Silverlight