【发布时间】:2013-01-19 07:44:23
【问题描述】:
我在一个 html 网页中有 1000 多个控件。当我提交页面时,我只得到 1000 个控件的值
NameValueCollection nv = (NameValueCollection) HttpContext.Current.Request.Form
nv.count 为 1000,如何获取超过 1000 个 html 控件值的 HttpContext.Current.Request ?
【问题讨论】:
-
问题是什么?尝试在问题正文中提问
-
所有控件都有runat="server"属性吗?
-
不,都是html输入控件。
标签: c# html httprequest namevaluecollection