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

Discussion Board
Asp.Net Forms

Request.Form command is used to collect values in a form with method="post".
Request.QueryString command is used to collect values in a form with method="get".

Correct 07-7-2017 12:21 AM

Wrong

Request.quesrystring is right one

Suprio 07-3-2017 01:14 PM

ASP.NET

Very nice & helpful site..

Satish Kadam 09-10-2015 11:12 AM

fwd

dfds

abc 11-18-2014 07:13 AM

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