I have a listview(which shows users) on one form(call it form1). Its populated at form load by a sub located in form1.
I then call up another form (call it form2) to update a user. After Updating, i call the sub in form one to refresh/repopulate the listview in form1.
The listview fails to refresh. What should i do? do i need to raise an event or something else?