WebForm由2个人填写 [英] WebForm to be filled by 2 people

查看:79
本文介绍了WebForm由2个人填写的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

我们正在谈论ASP.NET-WebForms

我有一个任务,我需要在表单上填写几个字段,然后通知客户(通过发送链接)来填写表单的其余部分.
我为每个客户填写的信息是不同的.

我想到的是在其中创建一个页面我填写了必填字段,然后将这些字段保存在XML文件中,并生成一个具有唯一编号的链接以发送给客户端.客户端打开此链接后,表单将从链接中获取查询字符串,并自动填充从XML文件获取的字段.

另一种选择是为客户端提供带有查询字符串的链接,其中那两个领域是嵌入式的.

最佳做法是什么?

谢谢
塔尔科

Hello

We're talking ASP.NET - WebForms

I have a task in which I need to fill a couple of fields on a form and than inform the client (by sending them a link) to fill the rest of the form.
the information I fill is different for each client.

What I thought of was to create one page for me in which I fill the required fields and then save those fields in an XML file and generating a link with a unique number to be sent to the client. once the client opens this link, the form takes the querystring from the link and auto fills those fields which are taken from the XML file.

Other option is to give the client a link with query string in which those couple of fields are embedded.

what is the best practice? do you have a better solution for me?

Thanks
Talco

推荐答案

了解查询字符串是安全漏洞.如果一个客户端决定恶意并开始插入随机形式的数字(其中一个可能用于另一客户端),将会发生什么情况.如果您在查询字符串中传递数据,则他们可以修改您输入的数据.
Understand the query strings are security loop holes.  What would happen if one client decided to be malicious and start plugging in random form numbers (one of which might be intended for another client.  If you pass the data in the query string they could modify the data you inputted.


这篇关于WebForm由2个人填写的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆