Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to create a user control, but could use some advise for the best approach.

Application:
VB.NET
SQL 2005
Tables: For example: PRODUCTS TABLE with following fields:
ID, Name, SupplierID (FK), CategoryID (FK) Comments, Price, ...

Required functionality:
Search box, like google, autosuggest dropdown list.
Search should go trough all text fields, including Foreign tables
The searchbox should display the product name and be able to return the ID from the product.

I could use some advise on what controls to use and how to get the best user experience.

Regards,
Posted
Updated 31-Jan-13 22:49pm
v2

1 solution

Have a look here[^] - In particular the response from XspiritO has links to other suggestions. Hopefully you'll be able to get the gist of a solution despite most of the examples being in C#.

There is also this[^] CodeProject article specifically for VB.NET

In terms of searching the database have a look at fulltextsearch[^]
 
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