Click here to Skip to main content
15,902,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
you have all the details at the logindetails.xml


but how we validate in code behind using the xml file.

and how to authenicate/validate the usr in xml file
Posted

1 solution

Use asp:login control and validate the user.

If you have all the logindetails in an xml file just parse it and get the appropriate data.

Use LINQ to xml to parse the xml and check with the data provided by the user.

Let me know if you are still having problems. :cool:
 
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