Connecting Tech Pros Worldwide Forums | Help | Site Map

ASPNet HyperLink NavigateUrl foreign language characters question

Jason Huang
Guest
 
Posts: n/a
#1: Aug 20 '07
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



=?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=
Guest
 
Posts: n/a
#2: Aug 20 '07

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:
Quote:
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
>
>
>
Closed Thread