D
Dave
I have to pass some form values from an asp application to a .net
application, the data is quite sensitive so I would prefer to use HTTP Post.
I am using a standard html page to host the form and post the values. Whe
using ASP i can read the values from the Request.Form method sucessfully,
however when using ASPX, Request.Form contains 0 items.
Does anyone have any pointers here ?
application, the data is quite sensitive so I would prefer to use HTTP Post.
I am using a standard html page to host the form and post the values. Whe
using ASP i can read the values from the Request.Form method sucessfully,
however when using ASPX, Request.Form contains 0 items.
Does anyone have any pointers here ?