Results 1 to 2 of 2

Thread: combobox

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    13

    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

  2. #2
    Addicted Member rdove's Avatar
    Join Date
    Dec 2002
    Location
    Indianapolis
    Posts
    251

    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.
    ~Ryan





    Have I helped you? Please Rate my posts.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width