I want to create my project shows message pop up ,when internet connection is slow, so i hope there is no data missed in my database , how i can solve my problem? i have try using this method
try {
}
catch (Exception err)
{
MessageBox.Show("Koneksi Error");
}
but i think its not covered all my issue,
how i can solve this?