|
|
|
start date: Mon, 20 Aug 2007 17:00:52 +0800,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Jason Huang
|
|
2
Peter Bromberg [C# MVP]
|
ASPNet HyperLink NavigateUrl foreign language characters question
Hi,
My ASPNet HyperLink NavigateUrl is like http://192.168.0.1/OtherFolder/ڪɮק/myfile, the OtherFolder is another folder rather than the ASPNet
application's default folder in the IIS.
However, since there're some none English characters in the NavigateUrl, the
characters after the OtherFolder/ becomes
some "%e6%b8%ac%e8%a9%a6%e5%a0%b1%", and the Link is not functionning
properly.
Would someone give me some advice?
Thanks for help.
Jason
Date:Mon, 20 Aug 2007 17:00:52 +0800
Author:
|
RE: ASPNet HyperLink NavigateUrl foreign language characters question
I suspect the link isn't functioning because "OtherFolder" is not HTTP -
addressable from your app, not because of the UrlEncoding that's going on.
Although, you could start by keeping your Urls to the ASCII character set.
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
"Jason Huang" wrote:
> Hi,
>
> My ASPNet HyperLink NavigateUrl is like http://192.168.0.1/OtherFolder/§ÚªºÀÉ®×§¨/myfile, the OtherFolder is another folder rather than the ASPNet
> application's default folder in the IIS.
> However, since there're some none English characters in the NavigateUrl, the
> characters after the OtherFolder/ becomes
> some "%e6%b8%ac%e8%a9%a6%e5%a0%b1%", and the Link is not functionning
> properly.
> Would someone give me some advice?
> Thanks for help.
>
>
> Jason
>
>
>
Date:Mon, 20 Aug 2007 04:36:01 -0700
Author:
|
|
|