Click here to Skip to main content
15,920,687 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have web search form, When i submit my search in the search box,
The result are returned but with contains % in the file name.
for example. the original file name is abc.jpeg, so the result returned will be a%bc.
or if a folder is found with, so its the same for the folder name.
if a folder name is jack, in the result it will be ja%ck.
I have the text box (as a search box, and i have set the value of the search text box as) <%search text%>
Thanks for the help and taking time to read it.
I am using Asp.net, C# and Access DB.
Have nice day.
Posted
Updated 23-Jan-11 22:42pm
v3
Comments
m@dhu 24-Jan-11 4:48am    
Please show us the code so that it will be easy to help.
Sandeep Mewara 24-Jan-11 7:19am    
Share the code. .Net should not put a % by itself.

1 solution

]]>
 
Share this answer
 
Comments
bachasafyan 25-Jan-11 3:13am    
@Christian Graus:
You mean to say, i need to do it like this:
a = <%search%> ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900