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

Why do we use datasource in asp.net?

0 Answers  


Features and disadvantages of dataset ?

4 Answers   Interlink, Microsoft,


What is cross page posting? How is it done?

0 Answers  


Distinguish between Server-side and Client-side code with its functionality?

0 Answers   Siebel,


Define msil.

0 Answers  






What is a postback ispostback and autopostback in asp net?

0 Answers  


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


How does dataset acts in a disconnected fashion ?

3 Answers   TCS,


What is asp.net? How is it different from asp?

0 Answers  


What is the used of "ispostback" property?

0 Answers  


Explain the difference between an exe and a dll?

0 Answers  


How you can return View from ASP.NET Web API method?

0 Answers  


Categories