Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
i want to store text box word/phrase in array for searching process.
suppose user typed "Where is America"?
now i want to store
where
is
america
in a array then i want to search it in database
most match word will show in gridview like google do for us.
demo please
Posted
Comments
Thanks7872 1-Oct-13 4:39am    
demo please?

What is that?
Muhamad Faizan Khan 1-Oct-13 5:34am    
some codes links
Maciej Los 1-Oct-13 8:49am    
To what?
Please, be more specific and provide more details. What have you done till now, where are you stuck?
Do you want to find typed words using Google's API or do you want to search your database?
Muhamad Faizan Khan 1-Oct-13 11:40am    
search my database
Alexander Dymshyts 1-Oct-13 8:40am    
So where is your code?

1 solution

Please, read my comment to the question.

I'm not sure what you want to achieve, but here is collection of useful links.
Walkthrough: Creating a Windows Form to Search Data[^]
Create a Database Search Page Using Expression Web[^]
Data Search Sample[^]

Google Search .NET - API for Google Services in C# .NET[^]
 
Share this answer
 
Comments
Muhamad Faizan Khan 1-Oct-13 11:43am    
well these are some basic searching links and techniques. I want to do advance searching like google do

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