ASP Programming Question:
Download Questions PDF

What is a Form collection in ASP?

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.

Download ASP Programming Interview Questions And Answers PDF

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