Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi friends

I Have a asp.net website . i need to add an online chat in my website so that the visitors can chat with me 24hrs .if i am online i should get the notification bla bla. is there any simple ways . like widget .
if then how to do it in my website please help me...
Posted

I know the useful component that simplify chat conversation operation in asp.net. just google "MangoChat". It's free and u can use it in every asp.net pages. Also it has very useful guideline document that u can use it for help
just try it one time! u will love it ;)
 
Share this answer
 
v2
Comments
vinodkumarnie 5-Feb-13 3:43am    
nice one..
Have you ever tried using Google? If not then try it...Google has invested millions of work hours and billions of dollars in creating google , so that developers like us can find answers to simple programming questions like this within a few seconds....

Not sure?? Check here[^] is the proof...
 
Share this answer
 
Comments
Adam R Harris 4-Feb-13 11:06am    
lol +5.
Not sure if you are aware of it or not but there is a great sight for pointing this out to users http://www.lmgtfy.com (LetMeGoogleThatForYou).
If You Wirte Chat Engin Then You Is Very Relax!!!
i Write Chat Engin.Whith Application Class Is Very Simple!!!
Try it guy .
;)
Failure Is Not An Option
Good Luck
 
Share this answer
 
Since you're talking about ASP.NET you can have the SignalR service by ASP.NET. Which is dedicated for such realtime updates accross the network.

All the users across the system would be able to chat and you can control the messages by showing them to only a number of users.

http://www.asp.net/signalr[^]

This way you can use the pure ASP.NET help and create a system for yourself.

If you don't wanna use this, then you have many other options. You can either use a Third-Party software. Or you can create one of your own.

To create one of your own, you'd require some skills in programming. Such as basic ones, as how to program in ASP.NET, and how to use a Database. In the Database you would create the tables and there you would save the values the users would pass on to you. After that, you'll simply just show them on the Web page. It would just require a simple Database.
 
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