Which method is used to retrieve data from a form submitted via the "post" method?

ASP.net MCQs for PPSC, FPSC, NTS, and Pakistan government job tests. Select an option below, then read the explanation.

PPSCFPSCNTSPakistan govt jobs
Subject
ASP.netsoftware-engineering-mcqs › asp-net
Published
18 Apr 2019
Last updated
28 May 2026

Browse all ASP.net MCQs

Choose the correct answer

Explanation

When a form is submitted using the "post" method, the data is sent in the HTTP request body. To access this data, you use Request.Form. Request.QueryString is used for data sent via the "get" method, while Response.Write and Response.WriteLine are used to output data to the response stream.

PakQuizHub — free MCQs and past papers for Pakistan government job tests. Content is for educational practice only.