ASP Programming Question:
What is the difference between Querystring collection and Form collection?
Answer:
The main difference is that the Querystring collection in ASP gets appended to a URL.
Previous Question | Next Question |
What is ServerVariables collection in ASP? | What is a Form collection in ASP? |