1.

Explain With Example How To Change The Default Page Of The Silverlight Application.

Answer»

The RootVisual property of Application_Startup event in App.xaml file needs to be set to CHANGE the default SILVERLIGHT APPLICATION page. The following code snippet SETS the property.

The RootVisual property of Application_Startup event in App.xaml file needs to be set to change the default Silverlight application page. The following code snippet sets the property.



Discussion

No Comment Found