First of all as mentioned by Tony, try putting both the XAML on the same ASPX page as dividing your XAMLs across ASPX pages defeats the purpose of using Silverlight. You will be better off using ASP.NET alone. still if you need to span across ASPXX pages, another
alternative is to store your results in IsolatedStorage and then have your second XAML read the ISOStorage. This way you will not be passing the same data back and forth to the server multiple times.
I hope this helps. Please click on the "Mark as Answer" if it has answered your question.
Thanks
Jeetu Maker
http://jeetumaker.blogspot.com
(Light_up_your_apps) using Silverlight.2.0;
jeetumaker
Member
525 Points
92 Posts
Re: Re: How to use silver light XAML controls in multiple aspx pages in asp.net website?
Apr 30, 2009 04:46 PM | LINK
Thanks
Jeetu Maker
http://jeetumaker.blogspot.com
(Light_up_your_apps) using Silverlight.2.0;