difference between POST & GET methods?



difference between POST & GET methods?..

Answer / guest

POST METHOD:
The POST method generates a FORM collection, which is sent
as a HTTP request body. All the values typed in the form
will be stored in the FORM collection.

GET METHOD:
The GET method sends information by appending it to the
URL (with a question mark) and stored as A Querystring
collection. The Querystring collection is passed to the
server as name/value pair.
The length of the URL should be less than 255 characters.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP Interview Questions

Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...

0 Answers  


Define application object?

0 Answers  


What is servervariables collection in asp?

0 Answers  


what is the default .net provider

0 Answers  


Define "virtual directory"?

0 Answers  






How do I open an asp file in excel?

0 Answers  


How will you delete a Cookie?

1 Answers  


What is the command to display characters to the html page in asp?

0 Answers  


Which is the default Scripting Language of ASP (server- side)?

2 Answers  


Should user input data validation occur server-side or client-side?

0 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)

5 Answers  


What is asp format?

0 Answers  


Categories