P
Programer
I use timer control which executes some code on server side event named
Timer1_Tick.
If user disconect internet connection, this page show error alert window. I
can not put try catch block in timer_thick event because it is server side
and internet connection is closed.
How to catch this error on client side?
Timer1_Tick.
If user disconect internet connection, this page show error alert window. I
can not put try catch block in timer_thick event because it is server side
and internet connection is closed.
How to catch this error on client side?