Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
HELLO!!! Is it possible to remove one item from listview without reloading, refreshing? Thanks.
One nation - underground
This will remove the first selected item from the list view.
if (myListView.SelectedItems.Count > 0) myListView.Items.Remove (myListView.SelectedItems[0]);
/ravi
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
I think a javascript will help if you want it without reloading!
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--