GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 111 of 147    Print  
What is the difference between Querystring collection and Form collection?
The main difference is that the Querystring collection gets appended to a URL(with a ?


  
Total Answers and Comments: 1 Last Update: June 07, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 07, 2007 09:04:01   
lalita.p        

RE: What is the difference between Querystring collect...

Query String Collection:This is used when the form method is post. the value of querystring is passed by appending variable by Name/value pair in the url file.
when the page display one can see the variable in name/value pair on the address bar.

Form Collection :This is used when the Form method is post. the variables are passed in the form collection as a whole.Here you can't see the variables information on the address bar.

 
Is this answer useful? Yes | No

 Related Questions

<% Set Application("Thing") = Server.CreateObject("THINGDOER.thingy") %> The above code appears in the global.asa file. What would it accomplish?
A. It would create a "Thing" object and place it in Contents Collection of the Application object. B. It would create a "Thing" object and place it in StaticObjects Collection of the 

A. Properties B. Records C. Fields D. Errors E. Parameters  
Latest Answer : recordset is not an ADO collection.so the answer is B ...

A. Client actions cannot change Application variables. B. The change is not visible to any client until the application is stopped and started. C. The change is only visible to future requests made by 
Latest Answer :  Answer : E ...

A. Server B. Response C. Request D. ObjectContext  
Latest Answer : Ans:Request ...

POST METHOD: The POST method generates a FORM collection, which is sent as a HTTP request body. All the values typed in the form will be stored in the FORM collection. GET METHOD: The GET method sends 
Latest Answer : getmethod uses the querystring to pass the data to the server so it appends data to the url so it is not secured one whereas post method differs from it it is passed to the server through the form collection ...

• Contents collection – contains all the variables established for a session without using the tag. • Static collection – contains all the objects created with the  
Latest Answer : There are two collections.  1. Contents - Contains all the items appended to the session through a script command.  2. StaticObjects - Contains all the objects appended to the session with the HTML tag ...

What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry?
A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys 

• ASP executes code on the server side whereas the browser interprets HTML. • ASP can use any scripting languages • Gets feedback from the user and return information to the user • 

Gets information from the user. It has five collections by which values can be accessed. They are: Querystring, Form, Cookies, Server Variables & ClientCertificate  
Latest Answer : When a browser asks for a page from a server, it is called a request. The ASP Request object is used to get information from the user. ...

Collection is a set of name/value pairs where the information supplied by the client is stored.  
Latest Answer : Collection: Contains the variables of different data types, with name/value pair. ...


 Sponsored Links

 
Related Articles

What is Data Collection

A database can be vast shared collection composed of data which are logically related to each other. Businesses rely heavily on data as they are Databases are used for managing the business day to day tasks so Data Collection happens every single day. Collection of data may seem a simple and trivial
 

What is Data Collection Time

Modern Relational Database Management Systems can be configured to collect data at certain events.&nbsp; In a business, some of the events are sale, order, deposit, pay, request and many more. Events are really business activities in a company.&nbsp; Big companies, in order to gain competiti
 

What is Data Collection Frequency

Data Collection Frequency, just as the name suggests refers to the time frequency at which data is collected at regular intervals. This often refers to whatever time of the day or the year in any given length of period. In a data warehouse, the relational database management systems continually ga
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(&ldquo;x=%d y=%d&rdquo;,x,
 

The Interview Snafu

How to turn someone else&rsquo;s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won&rsquo;t get over the line without a polished, prof
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

JavaScript Form Object

JavaScript Form Object In this JavaScript Tutorial you will learn about JavaScript form object properties of form object action elements encoding length method name target button checkbox FileUpload hidden password radio reset select submit text textarea and methods of form object mosgoogle Form Obj
 

Difference between Scholarship and Grant

Difference between Scholarship and Grant While both scholarships and grants allow students to pay for their tuition without having to pay the money back there are a number of key differences between the two Knowing the difference between grants and scholarship will make it much easier for students t
 

HR Interview - HR Interview Mistakes You Will Want To Avoid

HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape