•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP section within the Web Development category of DaniWeb, a massive community of 423,610 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,211 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP advertiser: Lunarpages ASP Web Hosting
Views: 4134 | Replies: 2
![]() |
•
•
Join Date: Jul 2004
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
I am requesting a querystring from another page.
This field in access db is a text field.
The field is a field containing URL Links.
HOWEVER,
If the field that Im requesting contains the character "+" anywhere in it. When calling the querystring as a value. It displays everything except the "+" character
FOR EXAMPLE:
The field which Im calling would contain something like this
www.msn.com/help+me.mp3
HOWEVER:
When calling the querystring it displays this:
www.msn.com/help me.mp3
WHY? Please help! Thank-You
This field in access db is a text field.
The field is a field containing URL Links.
HOWEVER,
If the field that Im requesting contains the character "+" anywhere in it. When calling the querystring as a value. It displays everything except the "+" character
FOR EXAMPLE:
The field which Im calling would contain something like this
www.msn.com/help+me.mp3
HOWEVER:
When calling the querystring it displays this:
www.msn.com/help me.mp3
WHY? Please help! Thank-You
Has to do with the fact that QueryString encoding prevents it. See here. Which is more removing it, then preventing it.
Any for one of the reasons it should be obvious. QueryString retrieves a string and a means of concatenating two strings together is with a + or & depending on the language.
Sorry this is a crude explaination, but that is the best I had at the end of a long hard day.
Hope this helps!
Any for one of the reasons it should be obvious. QueryString retrieves a string and a means of concatenating two strings together is with a + or & depending on the language.
Sorry this is a crude explaination, but that is the best I had at the end of a long hard day.

Hope this helps!
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Problem with querystring trimming (VB.NET)
- About querystring (PHP)
- Requesting Debugging Knowledge (C#)
- Get querystring (JavaScript / DHTML / AJAX)
- can i retrieve the break tag from querystring? (HTML and CSS)
- Help with Querystring error (PHP)
Other Threads in the ASP Forum
- Previous Thread: Excel to Web in Real Time?
- Next Thread: Please check and provide solution for my code


Linear Mode