ListView/ImageList bind to Database ???

  • Thread starter Thread starter cgchris99
  • Start date Start date
C

cgchris99

Guest
I have a lookup form that I select a record from.
When I select this record the following code is executed

Form1.Instance.OleDbDataAdapter1.Fill(Form1.Instance.DataSet1, "recipe")

Now when the Form1 re-displays, the text fields contain the right
information. However, my Listview doesn't show the correct item.
I have entered tag values in the listview. They are numbers 0-4. I even displayed a text box with the value of what the dataset field should be and it displays perfectly.

Why doesn't the listview update and display the correct image?

Thanks
 
Back
Top