Showing posts with label Chat box. Show all posts
Showing posts with label Chat box. Show all posts

Monday, July 7, 2008

Web User control in ASP.NET with AJAX


This is a application which shows that how to get chat data from server without refreshing the page. here in this application i have used ASP.NET framework 1.1 and with XMLHttpRequest object. i have created a Ascx control which you can use for your application to put a chat box at any position of your page.

There could be a better solution for chat box in web application but i found it good.

Downloads