how can i get HttpContext.Current.Request of more than 1000 html controls value?

CK62

New Member
I have more than 1000 controls in a html web page. when i submit the page i get only values of 1000 controls\[code\]NameValueCollection nv = (NameValueCollection) HttpContext.Current.Request.Form\[/code\]nv.count is 1000 , how can i get HttpContext.Current.Request of more than 1000 html controls value ?
 
Back
Top