I need some help with ASP.NET.
I have an html page that has a form tag with a couple of input tags and I want to do a Post.
Now on the server, I'm implementing IHTTPHandler. I get the response, but i don't see my input data.
How can i get what the user types in into the input tags in the http handler. I was able to do this before. But now i can't find where in the context object the results are.
Requestvariables?Requestobject. It's a HTTP Request. Look at the answers. It looks so trivial that I did not answer because I though I was missing something.