How do you specify whether your data should be passed as
Query string and Forms (Mainly about POST and GET)
Answer Posted / guest
when form is submitted via POST method, FORms collection is
created. values are stoed in forms collection.
When form submitted via GET method, values are stored in
Querystring collection
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where is asp.net view state stored?
What does asp in asp.net stand for?
What is asynchronous call?
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain the asp.net mvc request life cycle? : asp.net mvc
What is x xss protection?
What is a user developed application?
What are cookies in asp.net?
What is Model-View-View Model?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is in a session cookie?
How dataadapter.fill works?
What are the media types of http requests and response?
What is the Difference between MVC And MVP design pattrens
Why viewstate is used in asp.net?