This blog is useful to all the freshers and experienced .net pals....
Search..
Thursday, December 10, 2009
Validating user name and password stored in a xml file from asp.net application
here is a sample xml file where different user names and passwords are stored, when a user logs into the web applications, the developer need to validate the credentials with the one present in the xml file.
Here goes the aspx.cs file code
This is all about validating the user credentials against the values stored in xml file
No comments:
Post a Comment