Computer Programming MCQs ASP.net
Q How do you get information from a form that is submitted using the “post” method ?
  • A A. Request.querystring
  • B B. Response.writeln
  • C C. Response.write
  • D D. Request.form
Leave a Comment