65.9K
CodeProject is changing. Read more.
Home

Web User control in ASP.NET with AJAX

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.33/5 (8 votes)

Oct 7, 2006

CPOL
viewsIcon

77240

downloadIcon

4862

This is a web user control design for chatting which you can attach to your web application

Sample Image - AjaxChatbox.jpg

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