Get information from a form that is submitted using the "post" method
Question - 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