I have a button \"Show data\". When click it, data will display in list view. But I want to clear it and then click \"Show data\" again to display new data. Because I don\'t
ListView.Clear Method removes all items and columns from the control.
The following are some articles that may help you working with ListView and DataGridView controls:
ListView @ C# Online.Net
Working with Data—Using the DataGridView