is it xml technology
-
hi when i write a character in google search bar then it appears all or part of things that started with this character so i want to know if it is xml technology or what and how to use this with a c# application connecting to sql server database thanks Mohamed
-
hi when i write a character in google search bar then it appears all or part of things that started with this character so i want to know if it is xml technology or what and how to use this with a c# application connecting to sql server database thanks Mohamed
Hi, assuming a TextBox, the basic principle is to provide a handler for the TextChanged event; in there, the text is used in a search command (say a SELECT * FROM ... WHERE ... in SQL) and the results are shown in a DropDown, a ToolTip, or whatever you choose. So basically there is one database query for each character you type into the TextBox. :)
Luc Pattyn
Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.
Local announcement (Antwerp region): Lange Wapper? Neen!
-
hi when i write a character in google search bar then it appears all or part of things that started with this character so i want to know if it is xml technology or what and how to use this with a c# application connecting to sql server database thanks Mohamed
thanks very much dude you answered my question :) :thumbsup: