tehon3299 Posted March 12, 2003 Posted March 12, 2003 I am using an ASPX page to write my HTML on a page and I am using an HREF but whenever it gets to a space, i.e. Documents and settings, it cuts off the HREF after Documents. How do I fix this? Quote Thanks, Tehon
*Gurus* divil Posted March 12, 2003 *Gurus* Posted March 12, 2003 URL Encode the string with Server.URLEncode (I think). Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
tehon3299 Posted March 12, 2003 Author Posted March 12, 2003 (edited) OK..I got it. But now it's putting http://localhost/ infront of my path. I.E. http://localhost/C:/documents and settings...and it can't find the file to download. Edited March 12, 2003 by tehon3299 Quote Thanks, Tehon
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.