How much data (Max K) can go into a QueryString?
Answer Posted / 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 View All Answers
What is windows active directory authentication?
What is the difference between client-side and server-side validations in ASP.NET?
What are the different methods of session maintenance in asp.net?
How many ways are there to maintain a state in .net? What is view state?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
In a Repeater control how one can provide an alternating color scheme ?
Why would anyone need to implement their own hashtable or linked list?
How do you implement postback with a text box?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
What is difference between singleton and single call?
State differences between MVC and WebAPI
Define asp.net caching?
Define satellite assemblies.
Can you nest updatepanel within each other?
How do I publish my asp.net application to my isp's web server?