Jump to content
Xtreme .Net Talk

ListView/ImageList bind to Database ???


Recommended Posts

Guest cgchris99
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...