Explain the difference between POST and GET Method.

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers