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
Which is the parent class of the web server control?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Which control has default post back is enabled(true)?
Why web api is better than wcf?
What is is post back property in asp net?
What is dynamic web page with example?
Which protocol is used to call a web service?
Is asp.net a programming language?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is the difference between table and query?
What is full trust in asp.net?
Explain transparent caching with aop?
What is razor? : asp.net mvc
Difference between response.redirect and server.transfer?
What is difference cookie and session?