How to create webchat application in VB.net using ChatJs

901 Views Asked by At

Hello everyone I am working on dating website.in my website I want to implement chatting functionality.And I am using VB.net.I refer this tutorial from this tutorial I am able to implement group chat But I want one to one chatting how can I do that.

Any suggestions or help will be appreciated.. Thanks.

1

There are 1 best solutions below

2
On BEST ANSWER

Use the same chat window used in the article and modify the source code as per your requirement.

You can give the list of online users at right hand side and after clicking on particular user it will open that chat window & here retrieve only details of that particular user instead of all the users.

If you are okay with Linq then use the same code as it by adding new dbml. or you can go with your data retrieval way of database. The logic is clearly mentioned in that article you just need to remove or/and modify code as per your requirement.