|
-
Dec 29th, 2004, 08:15 AM
#1
Thread Starter
New Member
combobox
hello
i have made a combobox control whose datasource is a table from a dataset.
how can i add an item at the begining of the combobox such as (select a country..)
thank you
-
Dec 29th, 2004, 09:24 AM
#2
Addicted Member
Re: combobox
Ther are a couple ways to approach this. You could add a row to the dataset and use a dataview to sort the data. Or you could switch your dataset to a data reader and do this:
http://www.vbforums.com/showthread.php?t=317475
post your code so I can see what our doing.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|