showing items of a combobox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subrat kumarnayak
    New Member
    • Jul 2010
    • 10

    showing items of a combobox

    i want to show the data of a file of database ina combobox of a column
  • MrMancunian
    Recognized Expert Contributor
    • Jul 2008
    • 569

    #2
    What do you want us to do about that? What have you already tried yourself? If you've got nothing, start writing down the steps you need to take:

    1. Create database connection
    2. Query database
    3. Save data in variable
    4. Bind the variable to the combobox

    Then, see what action you need to perform to make the steps work. Have fun!

    Steven

    Comment

    • subrat kumarnayak
      New Member
      • Jul 2010
      • 10

      #3
      here i hv used a combobox to show the selected data which is a column of a table from a database. i hv the problem tht i cant assign the data into combobox option

      Comment

      Working...