Web User control in ASP.NET with AJAX






3.33/5 (8 votes)
This is a web user control design for chatting which you can attach to your web application

Introduction
This is a application which shows how to get chat data from the server without refreshing the page. Here in this application, I have used ASP.NET Framework 1.1 with the XMLHttpRequest
object. I have created an ascx control which you can use for your application to put a chat box at any position in your page.
There could be a better solution for chat box in web application, but I found this one good. If any of you have a better solution than this, then please mail me at rsonidotnet@yahoo.com.
Thanks.
History
- 7th October, 2006: Initial post