Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my asp.net application i have one search box to search posts from entire database. its working fine but when i search something in non-english word it gives me correct result along with all non english posts. How to avoid unwanted results? i m not storing the value of search in database when some user types in search box that value goes in procedure and compare matching results from table and gives results. please help me


thanks in advance....
Posted
Comments
Bernhard Hiller 2-Apr-12 3:02am    
Do you use varchar or nvarchar for storing the text?
And show us the code of your stored procedure for searching.

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