loading multiple files using Silverlight with asp.net - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T11:17:54Zhttp://stackoverflow.com/feeds/question/665089http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/665089/loading-multiple-files-using-silverlight-with-asp-net0loading multiple files using Silverlight with asp.netRavikumar2009-03-20T05:36:58Z2009-05-20T17:53:43Z
<p>Hi All</p>
<p>I have developed one project by using silverlight 2 with asp.net.</p>
<p>I have one silverlight application and two .aspx pages (one for login.aspx and another for registration). I have designed login.aspx using silverlight 2 and I have attached .xap file to my login.aspx.</p>
<p>For registration.aspx. I need to developed one more silverlight app.</p>
<p>My question is; if I have 10 .aspx pages do I need to developed 10 silverlight applications?</p>
<p>Thanks</p>
<p>Ravi kumar</p>
http://stackoverflow.com/questions/665089/loading-multiple-files-using-silverlight-with-asp-net/665382#6653820Answer by Jonathan Parker for loading multiple files using Silverlight with asp.netJonathan Parker2009-03-20T08:54:07Z2009-03-20T08:54:07Z<p>If you are worried about URLs being nicely displayed to users then I would consider ASP.NET MVC or load the same xap from both pages and pass in a parameter to the SL app to tell it whether is should show the login or registration form.</p>
<p><a href="http://msdn.microsoft.com/en-us/library/cc189004(VS.95).aspx" rel="nofollow">See here</a> for how to pass custom parameters into a SL application from an HTML page: </p>