ASP Programming Question:

Explain the difference between POST and GET Method.

Tweet Share WhatsApp

Answer:

GET requests are string data that is visible to the end user via the URL and a limit of 2kb, POST requests have no limit on total data and the user can’t see the data in a query string.

Download ASP Programming PDF Read All 194 ASP Programming Questions
Previous QuestionNext Question
How do you create a recordset object in VBScript?Why do we use Option Explicit?