In a chatting application. how it is possible to maintain list of users who eneter in the website after gving their name and passwords. So that every e usres can view all online users. Is ther 3rd part tool or ajax for the purpose? Thanks!

Hi,

If you are using third party components such as CuteChat they will offer the API to maintain and display the list of users entered the chat room.

If you build your own chat application, you need to maintain the user list in Session or Database or XML file.

Check the following link.

ASP.NET Ajax Chat Application

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.