Difference between GET and POST? Which is used when?
Answer Posted / guest
"GET" is used to send information through URL. The Data we
can send throught it limited.
"POST" is used to send information through TCP/IP protocol.
We can send bulk data using this method.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can I use com objects from a .net framework program?
What is asp language?
Name the browsers that can access asp pages?
What is asp and its features?
How to add? tree view control in datagrid in asp.net using c#?
What is asp contentplaceholder?
Explain how to refresh an asp page on a single click of a button?
How does non-deterministic garbage collection affect my code?
Define unmanaged code?
Explain the life cycle of asp page.
What is full form of aspx?
how to add master page in aspx page that is design before master page....
where should i get free version of Test Director to download
How to display images using response object?
Can .net framework components be used from a com program?