Programming Languages ASP.NET Objective
May 21, 2013

What is a Form collection?

Choose the correct answer:
A) The Form collection holds the values of the form elements submitted with the POST method
B) The Form collection holds the values of the form elements submitted with the GET method
C) both a and b
D) either a or b
Detailed Explanation

The Form collection holds the values of the form elements submitted with the POST method. This is the only way to generate a Form collection.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback