“What’s the best programming language?” is a very common argument between developers that can go back forever. Each claim his/her programming language performs the best. For example, even though Java and C# have a lot in common; both are object-oriented languages, both are compiled to an intermediate language then interpreted with a just in time …
Tag
Showing: 2 RESULTS
javascript
Detecting internet connection state using javascript
A lot of people over the net ask the same question about detecting an internet connection state using javascript. This one is from ASP.NET forums. How to find out if the Internet connection is connected or disconnected in ASP.NET? But ASP.NET runs on the server, so if the user’s Internet connection is disconnected, then the browser will not …