Re: some characeter problem
- From: "Rad [Visual C# MVP]" <rad@xxxxxxxxxx>
- Date: Wed, 11 Jul 2007 22:49:44 +0300
On Wed, 11 Jul 2007 15:46:14 +0800, "Jason Huang"
<JasonHuang8888@xxxxxxxxxxx> wrote:
Hi,
In my C# Net I have a string after encrypting as:
LVp0XG2enhBUFifY+41kQ
In my ASPNet I want to do something is the IE6 browser:
http://MyIP/MyWeb.aspx?TestNo=LVp0XG2enhBUFifY+41kQ
and my C# program will decrypt the "LVp0XG2enhBUFifY+41kQ" to a real number.
However, the "+" in the "LVp0XG2enhBUFifY+41kQ" just appears as a space so
my
program can't decrypt correctly.
Would someone give me some advice?
Thanks for help.
Jason
Server.UrlEncode and Server.UrlDecode are your friends when it comes
to representing characters in URLs
--
http://bytes.thinkersroom.com
.
- Follow-Ups:
- Re: some characeter problem
- From: Jason Huang
- Re: some characeter problem
- References:
- some characeter problem
- From: Jason Huang
- some characeter problem
- Prev by Date: Re: Millisecond values missing when inserting datetime into datetime column of sql Server
- Next by Date: Re: VBScripts
- Previous by thread: Re: some characeter problem
- Next by thread: Re: some characeter problem
- Index(es):
Relevant Pages
|