Home / ASP.NET Wiki / State Management / Maximum length of Querystring in ASP.NET

Maximum length of Querystring in ASP.NET

 Rate It (1)

Maximum length of Querystring is based on the browser not depend upon the asp.net.

here is some information
Maximum length of a querystring in IE 4.0 and above is ~2048 characters
IE. 4,5,6,7, - 2,048 characters.
Opera supports - 4050 characters.
Netscape 6 supports - 2000 characters.

Firefox Supports - 6000 characters 

Revision number 3, Wednesday, April 27, 2011 6:27:17 PM by ganaparthi

Comments

Firefox Supports - 6000 characters

Related Articles

Understanding Request and Response ...

We need a basic knowledge about what is Request & Response objects. The following information may be helpful to all. How beautifully these are handling things occurring in a Page class. Request and Response are the properties of the Page class. The Request

ASP.NET MVC routing

MVC routing In ASP.NET MVC one of the main parts is routing. The routing is helps to map the particular view and particular controller. When we create an ASP.NET MVC application routing is preconfigured in web.config and Global.asax publicstaticvoidRegisterRoutes

State Management

ASP.NET offers a number of places to store state, both on the client and server. However, sometimes it's difficult to decide where you should put things and how to make that decision. You choices for state management include: Application- Stored on the

Shortcuts

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. abiruban (1)