Difference between Htttppost and Httpget Methods?
Answer Posted / 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 |
Post New Answer View All Answers
What is a viewstate?
Explain how can we access static variable?
What is session in asp.net?
What is the use of worker process in asp.net?
What is s2s tracking?
How can we identify that the Page is Post Back?
What’s the difference between response .redirect and server.transfer?
How can you handle exceptions in asp.net?
What is asp net objects?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
How to turn off cookies for a page?
what are configuration files?
Why do we need master page in asp.net?
Explain About duration in caching technique
Why would anyone need to implement their own hashtable or linked list?