Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I have created a log in page.

I have provided values for that log in page . Those values should be store in XML file in the form of encryption.

And again i want use those values in my next page . so i want retrieve those values from the XML file only.

One more thing is i want to change the log in id and password dynamically it should be updated to the XML file.
Posted
Updated 17-May-11 0:25am
v2
Comments
Tarun.K.S 17-May-11 6:25am    
Anything else?
[no name] 17-May-11 6:26am    
What you have done for this?
venuchary 17-May-11 6:29am    
i don't want to store those details in database so i got this plan.

1 solution

Use LINQ to XML[^] for manipulation the XML file. Biggest problem is thread synchronization, but that can be solved :-)
 
Share this answer
 
v2

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