How to update the ListView control in c# after the deletion of the ListViewItem on it?

  • Thread starter Thread starter thippu
  • Start date Start date
T

thippu

Guest
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.

Continue reading...
 
Back
Top