Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 06, 2013 05:04 PM by wavemaster
Member
9 Points
18 Posts
Feb 05, 2013 06:59 PM|LINK
how do you send messages between registered users?
All-Star
33063 Points
8516 Posts
Moderator
Feb 05, 2013 07:11 PM|LINK
I think you're trying for what is called a shoutbox. Take a look at this thread over at Stack Overflow as it may help you.
http://stackoverflow.com/questions/3654683/free-asp-net-shoutbox-chat
Participant
1289 Points
1127 Posts
Feb 06, 2013 05:04 PM|LINK
I have an application where two users need to communicate with each other.
I have chosen to let them do that by SMS and I am using Twilio to do that. www.twilio.com
This is a different implementation than what is suggested by the other reply.
The benefit for me is that the users can communicate anonymously, and I have a record of what is going back and forth.
boboty
Member
9 Points
18 Posts
How do i send messages between users in asp.net web pages
Feb 05, 2013 06:59 PM|LINK
how do you send messages between registered users?
bbcompent1
All-Star
33063 Points
8516 Posts
Moderator
Re: How do i send messages between users in asp.net web pages
Feb 05, 2013 07:11 PM|LINK
I think you're trying for what is called a shoutbox. Take a look at this thread over at Stack Overflow as it may help you.
http://stackoverflow.com/questions/3654683/free-asp-net-shoutbox-chat
wavemaster
Participant
1289 Points
1127 Posts
Re: How do i send messages between users in asp.net web pages
Feb 06, 2013 05:04 PM|LINK
I have an application where two users need to communicate with each other.
I have chosen to let them do that by SMS and I am using Twilio to do that. www.twilio.com
This is a different implementation than what is suggested by the other reply.
The benefit for me is that the users can communicate anonymously, and I have a record of what is going back and forth.