ASP Programming Question:

What is a Form collection in ASP?

Tweet Share WhatsApp

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 PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
What is the difference between Querystring collection and Form collection? What are the ASP Scripting Objects?