Can I add more than one .xaml pages in silverlight application?
Answer / Mahendra Kumar Meena
Yes, you can add multiple XAML (.xaml) pages in a Silverlight application. This is typically done by creating separate user control files and then using the Navigation Framework to navigate between them.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to apply style elements in a silverlight project?
Explain the term Moonlight?
What are the animation types supported by silverlight?
Explain with example how to change the default page of the silverlight application.
Explain the architecture of silverlight?
can we add the reference of class library project in silver light application project?
What is ria?
How to apply style elements in a silverlight project?
What are the tools are required to develop Silverlight applications?
How to use xaml namescope in silverlight?
Which .net applications are supported in silverlight?
Difference between mouseleftbuttondown and mouseleftbuttonup in silverlight.