Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have one silverlight application contains one default app1.xaml file i wrote some code inside that for design and i have created one another app2.xaml file and in my application
two .aspx webpages are there one is webpage1.aspx and second is webpage2.aspx. now i want to use my first app1.xaml file design for webpage1.aspx and app2.xaml file for webpage2.aspx

how can i do that? Is it possible to do that by using below code
ASP.NET
<asp:Silverlight ID="Xaml1" runat="server" 
         Source="~/ClientBin/MySilverlightApp.xap" 
         Width="300" Height="300" />

if possible where i have to do this? and how?
Posted
Updated 21-Jun-12 2:30am
v2
Comments
Am Gayathri 21-Jun-12 8:43am    
somebody plz answer...

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900