I was reading a very interesting article about creating a chat room using AJAX on www.codeproject.com. You can read the complete article at this link. After reading the article I thought why not implement a chat room but instead of using pure AJAX I will use ASP.NET 2.0 Client Callbacks. In this article I will demonstrate how to implement a very simple chat room.