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
Peter Bromberg [C# MVP] - 20 Aug 2007 12:36 GMT
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
> Hi,
>
[quoted text clipped - 8 lines]
>
> Jason