thippu
Active member
Hi,
1)I have ListView control on Form
2)will populate the control with data with help of database.
listViewArenaInfo.Clear();// clears the ListView.
PopulateListView();// gets the data for the ListView.
1)I have ListView control on Form
2)will populate the control with data with help of database.
- I have a delete button, if the delete button is pressed I will delete the selected item of the control in the database.
- I did use ListView.refresh() but the ListView did not update after the deletion. please help me
listViewArenaInfo.Clear();// clears the ListView.
PopulateListView();// gets the data for the ListView.