How much data (Max K) can go into a QueryString?

Answers were Sorted based on User's Feedback



How much data (Max K) can go into a QueryString?..

Answer / guest

max of 255 characters

Is This Answer Correct ?    30 Yes 3 No

How much data (Max K) can go into a QueryString?..

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

How much data (Max K) can go into a QueryString?..

Answer / sujan

The answer though, depends on the browser
. IE, I believe, limits you to 4K.

Is This Answer Correct ?    5 Yes 1 No

How much data (Max K) can go into a QueryString?..

Answer / anandkbs

it depends upon the browser where the application runs.

Maximum URL length is 2,083 characters in Internet Explorer

Internet Explorer versions 5 , 6 and 7
------------------ 2,048 characters.

Netscape Navigator version 4
---------------------------------- 30,000 characters

It's 4096 characters in ASP.Net but it can be configured
using Web.config file.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

define silverlight and advantages ?

3 Answers   QA,


What is a multilingual website?

0 Answers  


What is the result when the Web Form containing the following line is complied and executed? <asp:Button id=?thebutton? onClick=?theEvent? /> a) The button control is created; theEvent is the click event handler. b) Compiler error; the control must be set to runat=?server?. c) Compiler error; onClick is not a valid attribute. d) Runtime Exception; the control must be set to runat=?server?.

3 Answers   Syntax Softtech,


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

0 Answers  


Difference between web.config and app.config?

3 Answers   ITC Infotech, Jenesys Technologies,






What is the DLL Hell Problem?

2 Answers  


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

0 Answers  


Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


different architectures of asp.net?

1 Answers  


How do you relate an aspx page with its code behind page ?

4 Answers   Accenture, BirlaSoft,


What are the difference between function and stored procedure in .net programming language?

0 Answers  


How long does an http session last?

0 Answers  


Categories