How do you get information from a form that is submitted using the "post" method?

Options
- Request.QueryString
- Request.Form
- Response.write
- Response.writeln


CORRECT ANSWER : Request.Form

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement