anyone know how to edit the item in listview with vb.net?
-
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
-
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
How r u making the listview control in the editing form?
-
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
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