Suppose that I have a form.
a button
Inside the form, I have 1 textbox named userquery
I also have datagrid View name dgrid
I am using MS SQL Server 2005
With a table named "classmates"
these are the fields:
id
fname
lname
addres
Now, what I want is that when the program runs,
I just only...