The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Login and Logout Page Navigation in Silverlight 4
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Former memberPosted Oct 10, 2013, 7:09 AM
http://www.dotnetpools.com/2013/06/simple-login-form-to-login-without.html
Zosimo recioPosted Oct 7, 2013, 9:02 PM
the code not working on me.. i user silverlight 5.. the hiden was not showing when login..
Vincent NyangaPosted Mar 8, 2013, 4:15 AM
Help me please. I want to create a temporary user account for a user if they meet a certain criteria say, for instance, if they book a venue
raj tPosted Dec 18, 2012, 8:39 AM
This loooks good but For Entry level silver light learners it is some how complicate
RobertPosted Feb 9, 2011, 3:07 PM
Thank you for this information. I looked for 6 hours trying to find this solution, and finally I have! Thanks so much!
Mike GoldPosted Jul 29, 2010, 3:33 PM
Might be worth mentioning the scope of this solution. For example, this will only work against an ASP.NET server set up with Authentication installed. I suspect this also requires that you have a SQL Server on the back end as well to store all the users.
Rafal StrozykPosted Jul 29, 2010, 6:53 AM
Problem is - unauthenticated user can still open the EmployeePage direct from browser adressbar http://localhost/NavigationSample2TestPage.aspx#/EmployeePage You need to check user authentication in MainPage.cs ContentFrame_Navigating or EmployeePage OnNavigatedTo event and redirect all unathorized users to login page.