Show string in textbox available in database after pressing
In my Windows project i am using text box to disply names which are
stored in the database, when i type the specific name it displays the
name from database.what i want is,
when i type any letter i.e 'a'it should display all names starts with
'A'.
Please show me the code in C#.
Thanks