I wanted to display all student records from my sql db in vs form or datagridview just after typing the unique id of the student and not pressing any button for it. Can i create a search like above mentioned?
Asked
Active
Viewed 56 times
0
-
yes.what have you thought/done so far ?what db and front end are you using ? – KumarHarsh Mar 06 '17 at 06:21
-
I am using Sql server 14 and Visual studio 13 and was not able to find any article related to the topic so thought would ask here so no progress yet. – Sachin Mar 06 '17 at 06:24
-
learn json, jquery autocomplete – KumarHarsh Mar 06 '17 at 06:43
-
1[**`TextBox.TextChanged`**](https://msdn.microsoft.com/en-us/library/system.windows.controls.primitives.textboxbase.textchanged(v=vs.110).aspx). – Visual Vincent Mar 06 '17 at 06:59