Refreshing a ListView control
I have a ListView control that lists all actors in a db. Should u notice an actor missing, one should click add button, open anew window, add the new actor, and on clicking close window, I need to refresh the original ListView and should see the new entry. How can I do that?
|