Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > building a link syntax

Reply
Thread Tools

building a link syntax

 
 
shank
Guest
Posts: n/a
 
      11-08-2004
http://www.mydomain.com/customer.asp...t=il&zip=12345

I build the above link dynamically from the customer's input. It works fine
until they put inthe '#' symbol. The result is the string works up to that
point, then breaks. The trailing information is lost. I use the above to
fill-in form boxes. What can I replace '#' with that will allow the string
to continue? ... and of course, be placed in the form box correctly.

thanks


 
Reply With Quote
 
 
 
 
Aaron [SQL Server MVP]
Guest
Posts: n/a
 
      11-08-2004
Instead of just

link = "yourstuff" & "customerstuff"

Use

link = "yourstuff" & server.UrlEncode("customerstuff")

--
http://www.aspfaq.com/
(Reverse address to reply.)




"shank" <> wrote in message
news:#...
>

http://www.mydomain.com/customer.asp...t=il&zip=12345
>
> I build the above link dynamically from the customer's input. It works

fine
> until they put inthe '#' symbol. The result is the string works up to that
> point, then breaks. The trailing information is lost. I use the above to
> fill-in form boxes. What can I replace '#' with that will allow the string
> to continue? ... and of course, be placed in the form box correctly.
>
> thanks
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Link Building Services| Link Building Company|Webs abrahim Java 0 12-27-2009 02:31 PM
Wireless building-to-building 101 Tim Jacob Wireless Networking 2 02-17-2006 09:46 AM
RE: Link Link Link =?Utf-8?B?REw=?= Windows 64bit 0 05-17-2005 12:15 PM
Re: Link Link Link DANGER WILL ROBINSON!!! Kevin Spencer ASP .Net 0 05-17-2005 10:41 AM
Building to Building wireless Patriot Cisco 2 11-04-2003 05:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57