How much data (Max K) can go into a QueryString?
Answer Posted / usha
Servers should be cautious about depending on URI lengths
above 255 bytes, because some older client or proxy
implementations may not properly support these lengths.
The spec for URL length does not dictate a minimum or
maximum URL length, but implementation varies by browser. On
Windows: Opera supports ~4050 characters, IE 4.0+ supports
exactly 2083 characters, Netscape 3 -> 4.78 support up to
8192 characters before causing errors on shut-down, and
Netscape 6 supports ~2000 before causing errors on start-up
http://www.interview-questions.maxmice.com
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between visual basic and asp.net?
What are sharepoint pages?
What is viewstate parameter?
How can we identify that the Page is Post Back?
What symbol specifies the beginning of a query string?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
What does mean by a neutral culture?
Which Is Faster MVC or ASP.net ?
Where is the view state data stored in asp net?
Why do we need asp.net?
Explain Areas in MVC?
Describe session handling in a webfarm, how does it work and what are the limits?
What are the various types of validation controls provided by asp.net?
Explain the overview of asp.net?
What is query string?