full text search
-
hi! My query is that, If i enter some text in textbox the matching record from the database column display. I am using windows application e.g.: google, if we enter some text related text displayed. thanx
Hey Annie, To check I've understood your question, are you looking for functionality such as Google Suggest; e.g. as you type into a text box, matching results are pulled back from a database & displayed? If so, you may wish to checkout the articles below: Google Suggest like Dictionary[^] http://www.15seconds.com/issue/051201.htm[^] Hope that helps, JB
-
hi! My query is that, If i enter some text in textbox the matching record from the database column display. I am using windows application e.g.: google, if we enter some text related text displayed. thanx
TextBox.AutoCompleteMode Property[^] TextBox.AutoCompleteSource Property[^] It's already built into the Framework.
Don't comment your code - it was hard to write, it should be hard to read!