Combobox with initial text

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ReidarT

    Combobox with initial text

    I have a databound combobox that opens with the first record in the dataset.
    I want to have an empty combobox or a text 'Select text'.

    regards
    reidarT


  • Yunus Emre ALPÖZEN [MCAD.NET]

    #2
    Re: Combobox with initial text

    Add a new row to your datatable which will return as first record everytime.
    And name it as "Select Text..." or just leave it blank ....

    --

    Thanks,
    Yunus Emre ALPÖZEN
    BSc, MCAD.NET

    "ReidarT" <reidar@eivon.n o> wrote in message
    news:%23QWZ75SW FHA.3620@TK2MSF TNGP09.phx.gbl. ..[color=blue]
    >I have a databound combobox that opens with the first record in the
    >dataset.
    > I want to have an empty combobox or a text 'Select text'.
    >
    > regards
    > reidarT
    >[/color]


    Comment

    Working...