Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one simple HTML page with number of TextBoxes, CheckBoxes etc. From there on Submit a Generic Handler is called (ASHX).

In handler, when I try to iterate through Request Form's controls, I found the Count as ZERO.

Is there anything that would be missing ?
Any ideas ?
Posted

1 solution

I got it solved.

To get the list in context.Request.Form.Keys, "NAME" should be given to the controls in HTML page, that was missing in my page. I just specified "ID" and not "NAME" property.

After specifying "NAME".... issue was resolved !!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900