Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32226

How to show data from sql server table row to textbox autocomplete list in c#

$
0
0



For example in sql table I have:

Abbass

Ali

Algabail

Gonibal

Golden

...

If I write a letter A to textbox it must show, automaticly under the textbox a list of:

Abbass

Ali

Algabail

If I write a letter G to textbox it must show, automaticly under the textbox a list of:

Gonibal

Golden

as we have 2 words wich include G.

So how to do it? Please help.

Thanks!


Viewing all articles
Browse latest Browse all 32226

Trending Articles