I have a form (runat = server) which has some html controls in it.
when i submit the page and loop through all the controls
( For Each key In Request.Form()) it doesnt pick up any check box controls.
any reason for this.
please help.
Thanks.