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

Can you name built-in layout panels you have been using with silverlight?

1 Answers  


give an example of creating button in xaml ?

1 Answers   Microsoft,


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

1 Answers  


What are the programming languages in which you can implement behavior of silverlight application?

1 Answers  


What are the programming language that can be used to write the backend of the silverlight application?

1 Answers  


What are the features of silverlight plug-ins?

1 Answers  


Can Silverlight be used along with different browsers and operating systems?

1 Answers  


What is the difference between silverlight and flash regarding animations?

1 Answers  


What is clientbin folder in silverlight application?

1 Answers  


What is isolated storage in silverlight?

1 Answers  


What are the different classes used in visual tree?

1 Answers  


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

1 Answers  


Categories