Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain with example how to change the default page of the silverlight application.



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

Post New Answer

More Microsoft Silverlight Interview Questions

What is the purpose of control templates in silverlight?

1 Answers  


What kinds of fonts are supported with silverlight?

1 Answers  


Is silverlight the official name for “wpf/e”?

1 Answers  


Explain teh purpose of parent xaml tag of silverlight page?

1 Answers  


What are the components of silverlight?

1 Answers  


Is silverlight a new media player?

1 Answers  


What is SilverLight ? Can SilverLight run in other platforms other than window?

1 Answers   MCN Solutions,


How many types of Layout panels in silverlight?

1 Answers   HCL,


What is the difference between silverlight and flash regarding animations?

1 Answers  


Can we add the reference of a class library project in silverlight application project?

1 Answers   Microsoft,


What do you understand by the term Silverlight Run Time?

1 Answers  


List the steps involved in consuming the WCF services in Silverlight

1 Answers  


Categories