Difference between Htttppost and Httpget Methods?
Answer Posted / 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 |
Post New Answer View All Answers
How can you handle exceptions in asp.net?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is asp.net with mvc? : Asp.Net MVC
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Is asp.net web forms dead?
What parameters can you pass in the url of the api? Can get and post use the same url?
Can we use html in asp.net?
Are cookies stored on server or client?
What is the use of data set in asp.net?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What do you understand by aggregate dependency?
Explain Authentication mechanism in dotnet
Explain the steps to be followed to use passport authentication.
Explain Session state management options in ASP.NET.
What is the flow of processing of the request? : asp.net mvc