Click here to Skip to main content
15,902,299 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to retrieve website form data that a user enters on a website in C#. I know that all form data is stored somewhere in PC. I just want to retrieve it so that my user dont have to fill the form again on web.
Posted

 
Share this answer
 
v2
Well, you need to read on ASP.NET Client side state management techniques.

Look here[^]:
MSDN: ASP.NET State Management Recommendations[^]
Other sample knowledgebase link[^]

Based on the technique used, you can get the values again and fill the form.
 
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