Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. anyone know how to edit the item in listview with vb.net?

anyone know how to edit the item in listview with vb.net?

Scheduled Pinned Locked Moved Visual Basic
csharphelptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    charleslau2855
    wrote on last edited by
    #1

    hi, I wish to edit the item in the listview with vb.net, then save it to databases! so, any one know of this? please help! :confused: Regards, charles

    S D 2 Replies Last reply
    0
    • C charleslau2855

      hi, I wish to edit the item in the listview with vb.net, then save it to databases! so, any one know of this? please help! :confused: Regards, charles

      S Offline
      S Offline
      Sonia Gupta
      wrote on last edited by
      #2

      How r u making the listview control in the editing form?

      1 Reply Last reply
      0
      • C charleslau2855

        hi, I wish to edit the item in the listview with vb.net, then save it to databases! so, any one know of this? please help! :confused: Regards, charles

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        A ListView isn't databindable, so that'll make this quite a bit more difficult. Why are you using ListView control? Why not a DataGridView? It's possible to implement your own bindable version of the control, though. You can find an example here[^]. Warning! It's not something for beginners!

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups