Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How to save Link of a Webpage in excel sheet?

1 Answers   HCL, NIIT,


Is session stored in browser?

0 Answers  


What is an application domain?

2 Answers   Microsoft,


How does session authentication work?

0 Answers  


When is an object collected by the Garbage Collector? [Four options were given]

1 Answers   ABC,


i have a register form & in that form i have a 2 textboxes for entering name&age.my doubt is that how can i provide error message like "invalid entry" when user enter a invalid name/age(eg:user enter name as #%%%##daff,and age as 1000.)in that textboxes.I want code.

3 Answers  


Why do you use the app_code folder in asp.net?

0 Answers  


suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????

1 Answers   L&T,


What is a windows service?

0 Answers  


Define machine.config in .net?

0 Answers  


Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


How can we register exception filter globally?

0 Answers  


Categories