i have a client-server app, the client will connect to the server,
the server will recieve the msg
and display it in the listview control...

my problem is when the client is disconnected, the data listview is still there,

i want to apply a timer to make the listview refresh..

is it possible?