Click here to Skip to main content
15,911,039 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how do i implement search engine to display data in datagridview ?
Posted

Do you mean you want to create an internet search engine, or are you just trying to display some simple database information? Perhaps you could make your question clearer.
 
Share this answer
 
use the query with like condition
for e.g.
Select * from Employee where EmpName like ('"& txtEmpName.text &"%')
use query like this and set the data source for the DataGridView with this Query.

For any help feel free to contact me at...
nadarmuthukumar@yahoo.co.in
masssoftech.blogspot.com
 
Share this answer
 
 
Share this answer
 
i want to just display some database information?
 
Share this answer
 
so you have an solution?
Or do you still search for it?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900