C
CCP
I've got a simple HTML page containing a form and a few hidden
variables.
This form post into a .Net application (that lives in a seperate
directory).
The first thing I do in my codebehind is grab the values of the form
fields, however .net is unable to see these values. The entire
Request.Form object is empty. Request.Form.Count == 0. If I turn on
the tracing/debug output the form itself isn't even listed.
I am at a lost as to whats happening to my Form collection. If I
change the action of the form to submit to a ColdFusion page (for
example), cold fusion receives the post and has the form variables.
Anyone have any ideas why the post is emtpy?
variables.
This form post into a .Net application (that lives in a seperate
directory).
The first thing I do in my codebehind is grab the values of the form
fields, however .net is unable to see these values. The entire
Request.Form object is empty. Request.Form.Count == 0. If I turn on
the tracing/debug output the form itself isn't even listed.
I am at a lost as to whats happening to my Form collection. If I
change the action of the form to submit to a ColdFusion page (for
example), cold fusion receives the post and has the form variables.
Anyone have any ideas why the post is emtpy?