How do you get information from a form that is submitted using the "post" method ?
Correct answer: D. Request.Form
- A. Request.QueryString
- B. Response.writeln
- C. Response.write
- D. Request.Form
Explanation
In ASP.NET, values submitted through an HTTP POST form are retrieved with `Request.Form`. `Request.QueryString` is used for values included in the URL query string.
Last updated
Practise Web and Mobile Development
268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.
Exams that ask Software Engineering questions like this
Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.
Related questions
A computer portable and easy to carry by travellers is_________________?
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
A digital device that processes data is known as_______________?
A disk content that is recorded at the time of manufacture and that cannot be changed or erased by the user is ______________________?
A DNS client is called____________________?