Click here to Skip to main content
15,895,801 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
How to create a web application in asp.net that help to Chat with the user in the intranet.how to store the information in the table.
How to send the information to online person in the chat at once when send button is clicked .
How to show the user in online.
Posted

Chat in a web app means AJAX, there's tons of examples around. Storing info in a table, is totally unrelated to your first question, and is so basic that my best advice is to buy a basic book and read it. You can't send information to a user, you have to send it to the server and send it to the user when that users machine makes an AJAX call.

Your best bet IMO is to grab a sample off the web and read through it carefully so that you understand how it works.
 
Share this answer
 
Kindly go through the article

A. R. Live Support: XML Based Customer Support Chat Solution[^]

You can download the latest source from
http://www.arlivesupport.com
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900