Hi friends
I have Two ListViews... I have ListView(ListView1) with items, and another one(ListView2) is empty. i need to copy the checked items from ListView1 to ListView2 at the same time i have to remove the checked item in ListView1 using C#...
I am using windows form...
Thanks in advance...