Tag Archives: ASP.Net Chat script

A Simple Chat script using ASP.Net C#

Few days back one of my colleague was looking for a simple chat script in ASP.Net, but he can’t found one. Almost all of the chat scripts were in ASP and he want to do it for an internal site. … Continue reading

Posted in .Net, .Net 3.0 / 3.5, ASP.Net, Javascript | Tagged , , , , , , , , , | 4 Comments

Set timeout and Clear timeout in Javascript

Timing events in javascript helps to execute a function, after a specified time interval. setTimeout() – Executes a code some time in the future. clearTimeout() – Cancel an existing setTimeout event. Here is sample code snippet for a Javascript counter … Continue reading

Posted in Javascript | Tagged , , , , | Leave a comment