Hi
I want to delete items which i has selected in the
listview ,when i click on delete button,How can i delete
in VB.NET?
If any one knows the solution please let me know,thanks in
advance.
Mamatha
Cor Ligthert - 30 Oct 2004 09:53 GMT
Mamatha,
I thought that this one goes forever.
\\\
For Each lsvrow As ListViewItem In lsv.SelectedItems
lsv.Items.Remove(lsvrow)
Next
///
I hope this helps?
Cor
"Mamatha" <mail2mamathak@yahoo.com>
> Hi
>
[quoted text clipped - 5 lines]
>
> Mamatha