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
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 to implement role based security in asp.net mvc? : Asp.Net MVC
What is difference between ispostback and autopostback in asp net?
How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?
what is satellite assembly in .net?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
Why we are using mvc instead of asp.net? : Asp.Net MVC
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
What is mvc in asp.net tutorial? : Asp.Net MVC
what is uncle aunty file
Can master pages be nested?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)