How do you specify whether your data should be passed as
Query string and Forms (Mainly about POST and GET)

Answers were Sorted based on User's Feedback



How do you specify whether your data should be passed as Query string and Forms (Mainly about POST ..

Answer / 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

How do you specify whether your data should be passed as Query string and Forms (Mainly about POST ..

Answer / surya

this is wrong question

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the relationship(in oops) between codebehind and inline code(.aspx to .aspx.cs)??? explain

4 Answers   Mind Tree,


What is cyclomatic complexity and why is it important?

1 Answers  


what are the types of ASP objects ?

7 Answers   Satyam,


What is a postback in asp net?

0 Answers  


how to do pakaging nd deployment

1 Answers  






Which control would you use if you needed to make sure the values in two different controls matched?

4 Answers   Siebel Systems,


What is difference between Fragment Caching and Page Caching in ASP.NET?

0 Answers   PUCIT,


Contrast OOP and SOA. What are tenets of each ?

0 Answers  


What is http post and http get?

0 Answers  


what is diffrence between debug class and trace class in asp.net ?

2 Answers  


What are the Application_Start and Session_Start subroutines used for?

5 Answers   Siebel Systems,


Whats the use of @ Register directives ?

4 Answers  


Categories