Click here to Skip to main content
15,893,486 members
Articles / Programming Languages / Visual Basic
Article

List Of Values with Search Capability

Rate me:
Please Sign up or sign in to vote.
2.56/5 (9 votes)
8 Mar 2003 44.8K   1.5K   18  
ExpertSearch Can be used to get value from a list Like Combobox but with ComboBox we can see one value at a time no special searching/filtering is available , with this component you can just call the execute function passing it SQL, Connection and the Column Number you want to retrive value

Sample Image - ExpertSearch.jpg

Introduction

 Some time there is a need to select value from a list of values for that generaly we use combobox but combobox can only display one value and dosent have good searching/filtering capabilities.

 I have written this component to select value from a list but this component can show number of fields and also includes searching/filtering capabilites.

 We Just have to Call the Execute Function with the SQL Query String,  Connection Object (Connection Should be Open and can use SQL or OLEDB provider ) and Column Number which value you want to retrieve.

 Download the sample and see the work yourself.

 

 

 

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --