vote up 0 vote down star

Hi All

I have developed one project by using silverlight 2 with asp.net.

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.

For registration.aspx. I need to developed one more silverlight app.

My question is; if I have 10 .aspx pages do I need to developed 10 silverlight applications?

Thanks

Ravi kumar

flag

0% accept rate

1 Answer

vote up 0 vote down

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.

See here for how to pass custom parameters into a SL application from an HTML page:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.