1
Answer

Displaying search results in Datagridview

Photo of Ashok Neelam

Ashok Neelam

12y
3k
1


I am trying to display the search results I obtain from searching a database in a datagrid control present on my form.

My table name is bookinfo with following columns  bid, bname, author, unitprice, availablebooks.

I have a textbox on my windows form and i want to display these search results in datagrid as a textchanged event.

I'm not getting any idea for doing this, Can any body give the sample code or at least give me an idea about writing the steps.


Thank You in advance Guys....

Answers (1)