Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Search criteria

I am using Asp 2.0 and SQL 2000 along with VB 6. In one of the table in sql there is a value of "#" and "%", problem is how do i handle these special characters in my search criteria, cause everytime i build a multiple result page with all the values from the table with a hyperlink, application redirects itself to the page when user clicks on a link but does not bring in any values from the link that the user clicked on.
rajan
[434 byte] By [Rajan] at [2007-11-11 8:27:41]
# 1 Re: Search criteria
You might try using Server.URLEncode when you display the data on the page.
Phil Weber at 2007-11-11 17:25:33 >