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 types of data validation events are commonly seen in the client-side form validation?
How to bind all the binding controls in a page at once in ASP.NET?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
How can you display all validation messages in one control?
How can we communicate with each server in N-tier Architecture? and what are the methods?
What are the different method of navigation in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is work flow gen? how can it will work with .Net?
How do you open a page in a new window?
What is master page in dtp?
What are the file extensions for razor views?
What is application session?
In how many ways we can retrieve table records count?
what are configuration files?
Define repository pattern in asp.net mvc? : asp.net mvc