Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need retrieve column values in dropdownlist, is there any way to retrieve n no of values using dropdown i.e., if column got 200 more values means i need to retrieve only 10 listitems is it possible, if possible means how can i do that any one help me,
In My project DivFilingDate is one of my database column name(Field) and i need to filter, fileno which contains divFilingDate column is null using dropdown, so i need to retrieve only two items in my dropdown item one is select all and item 2 is null is it possible using dropdown
Posted
Updated 22-Nov-11 20:29pm
v3
Comments
NikulDarji 23-Nov-11 0:51am    
U can use "WHERE" condition in your select query.....:)

1 solution

Yes, you can!

Take a look at ComboBox.DataSource[^] property.
It implements the IList interface, such as: a DataSet or an Array. The default is Nothing.
 
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