User Profile

Collapse

Profile Sidebar

Collapse
dibblm
dibblm
Last Activity: Jan 22 '09, 08:50 PM
Joined: Jan 9 '09
Location: NE. Ohio
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Figured it out myself after days of searching. Here's what I did.

    OK. For anyone looking for this in the future let me tell you how I went about this.

    I filled the DataSet with Data From SQL. Bound a ComboBox to the DataSet.
    Code:
     txtbox1.text = dataset.tables("table name here").Rows(cbox1.selectedindex).Item("Column name here")
    
     txtbox2.text = dataset.tables("table
    ...
    See more | Go to post
    Last edited by Frinavale; Jan 21 '09, 02:51 PM. Reason: added [code] tags

    Leave a comment:


  • Populated results from combobox to textbox ?

    I'll start this hopefully simple and add code where needed or requested.

    Im using a combobox that bound to a DataSet. The Dataset retreives it's values from SQL.

    I can retreive the values fine. However only displaying (1) Column. Which is fine.

    Here's where it gets complicated for me. The dataset has 2 other columns that get filled. I need the resulting columns to be sent to text boxes when I select a value...
    See more | Go to post
    Last edited by Frinavale; Jan 21 '09, 02:50 PM. Reason: added [code] tags
No activity results to display
Show More
Working...