ASP Programming Question:

What is a Form collection in ASP?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

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.


Previous QuestionNext Question
What is the difference between Querystring collection and Form collection? What are the ASP Scripting Objects?