GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 20 of 146    Print  
Explain the POST & GET Method or Explain the difference between them.
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.



  
Total Answers and Comments: 5 Last Update: October 11, 2007   
  
 Sponsored Links

 
 Best Rated Answer
Submitted by: lalita.p
 

Ans:

Get: With the get method the value is send thru the querystring apppended with the url. so you can see the the Name value descriton on the addressbar when the page display in the browser.

Post: This method transfer the information thru the complete form. You can not see the detail descrption on the addresss bar. When the page display.

Above answer was rated as good by the following members:
satyanis1, johnanvert
October 17, 2005 07:58:20   #1  
Jignesh        

RE: Explain the POST & GET Method or Explain the d...
Get method passes the variable in the form of querystring Post methos passes the data in HTTP header so it can not be seen.
 
Is this answer useful? Yes | No
July 22, 2006 05:27:11   #2  
t.ramesh        

RE: Explain the POST & GET Method or Explain the d...

Post : this method is pass the querystring vlalue on the browser

Get : This method is don't pass the querystring value on the browser


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 2Overall Rating: -2    
January 10, 2007 00:25:16   #3  
udayakumar        

RE: Explain the POST & GET Method or Explain the d...

post method transferring bulk data

get method transfering  limited data


 
Is this answer useful? Yes | No
June 07, 2007 06:03:16   #4  
lalita.p        

RE: Explain the POST & GET Method or Explain the d...

Ans:

Get: With the get method the value is send thru the querystring apppended with the url. so you can see the the Name value descriton on the addressbar when the page display in the browser.

Post: This method transfer the information thru the complete form. You can not see the detail descrption on the addresss bar. When the page display.

 
Is this answer useful? Yes | NoAnswer is useful 2   Answer is not useful 0Overall Rating: +2    
October 11, 2007 03:41:30   #5  
naveen        

RE: Explain the POST & GET Method or Explain the d...

getmethod uses the querystring to pass the data to the server so it appends data to the url so it is not secured one whereas post method differs from it it is passed to the server through the form collection


 
Is this answer useful? Yes | NoAnswer is useful 1   Answer is not useful 0Overall Rating: +1    


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape