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 autopostback true?
Define repository pattern in asp.net mvc? : asp.net mvc
What is the use of dispose method?
Describe how passport authentication works.
Explain client-side scripting?
Why do we use web config?
Can the dictionary object be created in client?s scope ?
What is form method?
Which method do you use to kill explicitly a users session?
Explain the Order of events in an asp.net page?
What is difference between Fragment Caching and Page Caching in ASP.NET?
how to elimainte the similar data from the different tables
Explain the difference between an exe and a dll?
Can we have 2 web config files?
Explain how is a property designated as read-only?