I am building a silverlight application that needs to have a login page and if the details are correct I need to redirect the user to the actual application. What would be the best way to proceed? This will be my first silverlight app.
I was thinking of having a login page that redirects the user to another page that uses the silverlight navigation framework to switch the content pages after the user has logged in.
Any better way?
Thanks!
May be you need Silverlight Business Application.
Template for this is available on VS 2010.
It has login, register user logics, and have navigations.