Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL LIKE

Status
Not open for further replies.

takwirira

Programmer
Mar 6, 2007
23
GB
I am looking for sample code for the SQL LIKE commanf in VB.Net or ASP.net. I have an access database with user information and I want a piece of code that searches the db for a name the populates a datagrid/listbox/gridview. The command to search is easy enough I just havent found the code to populate a gridview, datalist or grid. Thanks
 
You seem to be looking for general how to, rather than specific "it's broken" help.

You will want to look for code on the following topics.

SQLDataSource, DataTable, BindingSource


-Sometimes the answer to your question is the hack that works
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top