Difference between Htttppost and Httpget Methods?
Answers were Sorted based on User's Feedback
Answer / shashikesh
As their names imply, both HTTP GET and HTTP POST use HTTP
as their underlying protocol. Both of these methods encode
request parameters as name/value pairs in the HTTP request.
The GET method creates a query string and appends it to the
script’s URL on the server that handles the request.
The POST method creates a name/value pairs that are passed
in the body of the HTTP request message.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / neha
Http Get is generally used when you send the request for first time on the server,
Http post is used once the page is there on user side and again the page is sent on the server to get some request
| Is This Answer Correct ? | 2 Yes | 7 No |
Answer / satish
HTTP Get is a protocol is used to get the data from the
server side.While coming to the HTTP post to append the
data to the client side to server side which can given by
the user on URL
| Is This Answer Correct ? | 2 Yes | 8 No |
Can a master page have more than one contentplaceholder?
How to use class library reference in asp.net project? Can you give me the example with source Class library haves classes like Database, insert, update, delete, reflection how can i use the database class connection in insert class to insert the record in to the Main Project in asp.net.
How do you define authentication in Web.Config?
How Clustered Index and Non clustered index stored on SQL server?
Define static function?
what is Impersonation
3 Answers Alliance One, Task Informatics,
Difference between connected architecture and Dissconnected architecture?
Who generates session id?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is the Intermittent crashing of application in production?
How about the security in Activex DLL and Activex EXE ?
What is directive in asp net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)