473,402 Members | 2,055 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

QueryString MAx Length

All,
How can I find the Max length of the QueryString?
I am passing data between ASP pages and use the Response.QueryString (I know
that this is not the best method). Is there a limit or is this configurable?

Thanks
Jawahar
Jul 19 '05 #1
3 17067
It is not something you can cofigure -- it is dictated by the browser. But
the limit is high, something like 5K (not sure). A better way to send data
across is to use the POST method.

--
Manohar Kamath
Editor, .netBooks
www.dotnetbooks.com
"Jawahar Rajan" <jr****@nc.rr.com> wrote in message
news:eJ******************@twister.southeast.rr.com ...
All,
How can I find the Max length of the QueryString?
I am passing data between ASP pages and use the Response.QueryString (I know that this is not the best method). Is there a limit or is this configurable?
Thanks
Jawahar

Jul 19 '05 #2
"Jawahar Rajan" <jr****@nc.rr.com> wrote in message news:<eJ******************@twister.southeast.rr.co m>...
All,
How can I find the Max length of the QueryString?
I am passing data between ASP pages and use the Response.QueryString (I know
that this is not the best method). Is there a limit or is this configurable?

Thanks
Jawahar


I know for a fact there is a limit on how much you can send throught
the query string. I can't remember it know...
Jul 19 '05 #3
http://www.aspfaq.com/show.asp?id=2222

--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
ms*****@ielearning.com
http://www.ielearning.com
714.637.9480 x17
"nfedin" <nf****@programmer.net> wrote in message
news:ca**************************@posting.google.c om...
"Jawahar Rajan" <jr****@nc.rr.com> wrote in message

news:<eJ******************@twister.southeast.rr.co m>...
All,
How can I find the Max length of the QueryString?
I am passing data between ASP pages and use the Response.QueryString (I know that this is not the best method). Is there a limit or is this configurable?
Thanks
Jawahar


I know for a fact there is a limit on how much you can send throught
the query string. I can't remember it know...

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: lion | last post by:
my Problem: a query string passed into a html page doesn't display correctly on a mac I am just using html and javascript (no ASP, PHP or server side scripting) This is the query string:...
2
by: Marcin | last post by:
i want to pass XML data in querystring from one to another asp page. it is about 10000 characters long, i cannot use FORM because it is already nested in one. What i do is i have IFRAME and im...
4
by: Steve | last post by:
Hi All, This problem is really annoying me, as I am sure there is a simple solution to it. If I try to read a querystring value in the Page_Load event and that querystring does not exist I...
1
by: Mark | last post by:
Hello Can anyone tell me how to check if a a querystring is present or not I.E. If request.querystring("key") is in the url or not because when i try to reference it in anyway and its not...
4
by: Guoqi Zheng | last post by:
On my application, I need to have different action based on the pass in query string. When the query string is not presented, I try to use If request.querystring("id") ="" THEN ...... This is...
4
by: DaveF | last post by:
I am looping threw the querySting with: foreach (string name in Request.QueryString) I have a problem with a '&' being in one of the values. How do I deal with this? ...
3
by: hecsan07 | last post by:
I am a newbie in .NET. I am trying to collect the query string and paste it to the new url. The problem is I am not sure with the particular names of the query string elements are. How can I...
7
by: fox | last post by:
Hi, Lacking javascript knowledge, I just realized why my project has a bug. I am using ASP to loop through a set of records while it creates URLs with a querystring that has a single value pair....
0
by: sirjohnofthewest | last post by:
This function will give you 100% control over the QueryString -- perfect for programmers who use QueryString manipulation a lot. I wrote this function when I kept having to change values of the...
3
by: =?Utf-8?B?ZGlzcGxheW5hbWU=?= | last post by:
I have an ASP page with a button and other things. When the button is clicked, it executes a javascript function which does: document.Form1.method = 'post'; document.Form1.action =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.