Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 aspx 页面,其中我有 html 表单,其中包含两种输入类型的文本(文本框)和一种输入类型的提交(按钮)。在此页面的 Page_load() 方法下的代码隐藏中,我想检查是否提交了表单?我怎样才能做到这一点 ?或者我如何检查文本框是否已填充?
页面已加载,因此无需签入。您的Page_load所有控件都是 HTML 而不是 asp 控件,因此您可以使用客户端脚本验证您的文本框。例如jquery;javascript.Validation 已完成,您必须通过您的表单提交表单,您必须使用 mediater like webservice或webmethod将 html 页面连接到数据库。
Page_load
jquery
javascript
webservice
webmethod