123 Eng

Engineering the engineers™


Latest Jobs   Forum Map

 


Home

Source Codes

Engineering Colleges

BE Students

Training  Reports (updated)

Seminar Reports (updated

Placement Papers (updated)

Forums

   Computer Science / IT

   Electronics

   Electrical

   Mechanical

   Chemical

   Civil

   CAT / MBA

   GMAT / Foreign MBA

Latest Jobs

Engineering Jobs / Technical Jobs

Management Jobs

Sitemap

About-Us

Terms of use

Displaying  Source Code(s)  
 

 
--------------------------------------------------------------------------------

Check if the user is still connected

--------------------------------------------------------------------------------

Description : This example demonstrates the IsClientConnected property. This property checks if the user is still connected to the server.

<html>
<body>

<%
If Response.IsClientConnected=True Then
Response.Write("The user is still connected!")
Else
Response.Write("The user is not connected!")
End If
%>

</body>
</html>

 

Contribute content or training reports / feedback / Comments
job placement papers
All rights reserved © copyright 123ENG