Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created web application in asp.net. Now I want To add chat module to my application. where different user can chat with the other live user.
Is it possible to create a chat module or i have to buy any online chat application?
If it easy to Make then how can I start??
Plzz Help. I dont have much knowledge on this....
Posted

Please refer following links:

This is a chat room application. It can run on LAN or Internet. When user logs in to that server, then he/she will be automatically logged in a default chat room. Every one can chat: Global Text Chat Room Application using C#.NET Remoting Technology[^]


This is a LAN chat application with TCP/IP socket programming technology in C#. This application is a multi thread network application and works in a non-blocking way: TCP/IP Chat Application Using C#[^]


This chat application created in DotNet using web services, Have a look just for reference: Chat Application using Web services in C#[^]

Hope it helps!
 
Share this answer
 
Comments
sanchu90 22-May-12 3:02am    
Thanks for reply..
I am looking into it... :)
Prasad_Kulkarni 22-May-12 6:12am    
If it's really helpful then formally 'Accept solution'
Hi,
i done chat module in asp.net using following link
http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/[^]
hope it will also help u
Best Luck
Happy coding
 
Share this answer
 
Comments
sanchu90 22-May-12 3:57am    
hi nilesh,
I read ur link
can u plz tell me can I embed this in my asp.net application
bcoz they have provided chat.php and mysql table

how can I preceed ? If u have done then plz tell me the steps u had done to work this
plzzz .....
Nilesh Patil Kolhapur 22-May-12 5:11am    
u need to write static web methods for this to asynchronously call server side code, and understand sql cache concept in .net
hi
<pre lang="c++"><pre lang="CSS"><pre lang="F#"><pre lang="F#"><pre lang="F#">
 
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