在C Sharp中检索Web表单数据

问题描述:

我想检索用户在C#网站上输入的网站表单数据.我知道所有表单数据都存储在PC中的某个位置.我只想检索它,这样我的用户就不必在网上再次填写表格.

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.

^ ]

使用.NET和AJAX轻松自动保存表单 [
Automatically Saving Web Form Data[^]

Easy Automatically Save Form with .NET and AJAX[^]


嗯,您需要阅读 ASP.NET客户端状态管理技术.

看起来 ^ ]:
MSDN:ASP.NET状态管理建议 [其他示例知识库链接 [
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.