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


A. Request.QueryString
B. Request.Form
C. Response.write
D. Response.writeln
Ans: B