473,385 Members | 1,464 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,385 software developers and data experts.

Request

Hi guys I need an answer...
Is't posibble an asp pages to have more querystring?
Expand|Select|Wrap|Line Numbers
  1. DBS=Request("TarikhLahir")
  2. TL=Request("tlahir")
  3. Negara=Request("Country")
  4. Negeri=request("State")
  5. Status=request("MStatus")
  6. Relics=request("agama")
  7. Ethnic=request("Bangsa")
  8. TK=request("TarikhKahwin")
  9. KWSP=request("Kwsp")
  10. SOCSO=request("Socso")
  11. TAX=request("Tax")
  12. MAIL=request("Email")
Oct 13 '08 #1
4 1454
DrBunchman
979 Expert 512MB
Hi MATTXtwo,

What exactly do you mean by more querystring? You can store as many variables as you like within the querystring like so:

Expand|Select|Wrap|Line Numbers
  1. www.mypage.com?a=1&b=2&c=3 etc
And then retreive each variable as you have done above. The only limit is the number of characters which can fit in the querystring and this varies by browser. I think that IE generally has a limit of 2,048 characters which is probably the standard to go by even though other (better) browsers can handle more.

Does this answer your question? If not please try to explain it again.

Regards,

Dr B
Oct 13 '08 #2
I got a form fill with lots of input tag element that I need to pass the value to other pages along with session...but some error got away
Oct 14 '08 #3
DrBunchman
979 Expert 512MB
Well you can use the form to pass the variables rather than the querystring which might be easier.

What was the error you got?

Dr B
Oct 14 '08 #4
is't a limit for request I got this details
Expand|Select|Wrap|Line Numbers
  1. NewICNo=666666666666&OldICNo=H0735207&rad1=P&rad2=W&Tarikh1=10%2F4%2F1969&tlahir=KG+NALUYAN+SIPITANG+++++++++++++++++++++&Country=MY&State=SAB&Mstatus=1&TarikhKahwin=10%2F4%2F1969&agama=90&Bangsa=01&Kwsp=6666666666&Tax=666666666-66%286%29+&Email=aaaaaaaaaa@pos.com++++++++++++++++++++++++++++++++&image2.x=52&image2.y=8
which means only 17 variable of request.Form manage to slip...got missing one variable
Oct 14 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Jack | last post by:
Hi, I am trying to get a thorough understanding of a code where a addition or deletion of records can be done from a list of records. For addition part of the form, data is being obtained from set...
4
by: SP | last post by:
Hi I have a problem with a customer's XML being submitting to me in a non-well-format XML. They said that there are 18 other partners who has been able to tweak the XML to make it work. So I...
7
by: Shapiro | last post by:
I have a scenario where I log a resquest to a database table and update the request with a corresponding response including the response time. I am using an HttpModule to do this. My challenge...
4
by: Nalaka | last post by:
Hi, I have some request specific data that gets created in a "early event", that I need to pass around to many other events. I need access to this data during that request. (and more importantly...
5
by: dougwig | last post by:
I'm trying to handle the scenario where a user's session times out and and their ajax request triggers a redirection by the webserver (302 error?). I'm using Prototype 1.4 and the my works great...
4
by: Michael Kujawa | last post by:
I am using the following to create an SQL statement using the names and values from request.form. The loop goes through each item in request.form The issue comes in having an additional "and" at...
6
by: santhoskumara | last post by:
How to request to servlet from Ajax and also I got the DOM object in the servlet through Business Logic. Now how will i pass the DOM object from serlvet to Clientside. Where in the client Side i am...
2
by: MDANH2002 | last post by:
Hi From VB.NET I want to simulate the POST request of the following HTML form <html> <title>HTTP Post Testing</title> <body> <form action=http://www.example.com/postdata ...
5
by: chromis | last post by:
Hi there, I've recently been updating a site to use locking on application level variables, and I am trying to use a commonly used method which copies the application struct into the request...
3
by: Joseph Geretz | last post by:
I'm using the Request Filter documentation which can be found here: http://msdn.microsoft.com/en-us/library/system.web.httprequest.filter.aspx In this example, two filters are installed, one...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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...

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.