Skip to main content
Home Forums General Silverlight Getting Started Any tutorial on Log In Page?
4 replies. Latest Post by Jonathan Shen – MSFT on September 16, 2009.
(0)
apprenti...
Member
0 points
7 Posts
08-27-2009 4:54 AM |
Is there any sites where by i can study and follow for log in page? Im using visual studio, C# and blend 2, silverlight 2.0. Appreciate your help. Thanks.
varshavmane
Contributor
6723 points
1,580 Posts
08-27-2009 5:24 AM |
Hi,
Check this:
http://pendsevikram.blogspot.com/2009/01/silverlight-2-maintain-data-in-session.html
For creating Login control:
Xaml code:
<
</
For storing you could store a credentials.xml file in isolated storage with information like, username, password, expiration date, remember me, etc. And if the file does not exist, create them like this is the first time they are logging in.
HTH
Jonathan...
All-Star
24939 points
2,425 Posts
09-02-2009 4:07 AM |
Hi Apprentice23,
Also, you can get the a working sample here.
Best regards,
Jonathan
09-15-2009 10:57 PM |
Hello, Thanks for the reply. I went to the website but I have no idea which link should i click and download?
09-16-2009 10:29 PM |
You'd better download the HRAppCS_WithAuthentication or HRAppVB_WithAuthentication. Thanks.