How to create chat room application using asp.net and vb

Hi All,

I am a beginner in vb programming, so i need to write web based chat room application using asp.net and visual basic 2005. The application will save all comments on database.

Can someone please help me achieve this.

Thank you in advance

Questions by ljmax

Showing Answers 1 - 6 of 6 Answers

nikhil

  • Jan 11th, 2012
 

You can use socket programming for that.

  Was this answer useful?  Yes

jaya

  • Jan 30th, 2012
 

This is simple web chat application which will be used by people to talk about any job opening and interview related questions. It has two modules the login and the chat module. Login module consists of unique User name, with submit an Reset button. User enters a user name and clicks submit. If there is a user with similar name "Users already existing" error will be thrown and user will be redirected to the login screen. Once he validated he enters the chat room .To send messages in the chat room user can type message in the text box and click on the send button

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions