Maximum length of Querystring in ASP.NET
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
You must Login to comment.
|
Wed, Apr 27, 2011 8:02 AM
by ganaparthi
|
Firefox Supports - 6000 characters
|
New
Sun, May 15, 2011 5:39 PM
by
|
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
|
New
Mon, May 6, 2013 7:59 PM
by
|
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
|
Revision #9
Sat, Feb 27, 2010 8:55 AM
by
|
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
|