Hi,
1)I have ListView control on Form
2)will populate the control with data with help of database.
3) I have a delete button, if the delete button is pressed I will delete the selected item of the control in the database.
4) I did use ListView.refresh() but the ListView did not update after the deletion. please help me.