One to One Chat application in Asp.Net
-
Can some body tell me how to implement one to one chat in Asp.net application like gmail. I simply can not figure out any solution. I tried to google this but everything I am getting is group chat like chat room. I need one to one chat. Like when you login to the application it will show the list of users online. Click on one user to chat with him/her only. Any kind of help will be appreciated. Plz plz plz help me.... :-)
Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962
-
Can some body tell me how to implement one to one chat in Asp.net application like gmail. I simply can not figure out any solution. I tried to google this but everything I am getting is group chat like chat room. I need one to one chat. Like when you login to the application it will show the list of users online. Click on one user to chat with him/her only. Any kind of help will be appreciated. Plz plz plz help me.... :-)
Sagar Pattnayak Software Developer Sun-Dew Solutions +91-9831169962
Hi all, I have the same question here. I am trying to build a chat application for my webpage. What i need to do have is implement private chat. So far i have done the chat application using a database and using a timer which checks every 3-5 secs to refresh the messages. My question is : I need to eliminate the use of timer and want to implement it as a condition. i.e only if the user enters a chat into the box should the other person refresh his text box and it shouldnt be run on a timer. Is it possible? Please help.