Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am new to silverlight and I have to design a login page which will have user name and password and a button control.After submitting the credential ,when user clicks the button ,it will check whether the userid or password is there in database.If its in database,then it will navigate to another page or if userid and password is not in database then it will say invalid user.

Thanks in Advance
Posted

1 solution

Building a login page would be easy. Once you build it, you will need to encrypt the password and send it over to a service for verification.
Here are some examples -
http://www.c-sharpcorner.com/uploadfile/b19d5a/silverlight-login-registration-page-using-linq-to-sql-and-wcf-part-1/[^]
http://msdn.microsoft.com/en-IN/library/ee942451%28v=vs.91%29.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900