C# - How To Make A Facebook-like Chat
Jan 15, 2011I always wondered how to make an instance chat using ajax !
View 4 RepliesI always wondered how to make an instance chat using ajax !
View 4 Repliesi am working on asp.net .i want to make a chat room which should be attach like facebook .can any tell me do's and dont's
wht is it called
how can i start ?
designing part ?
I want to add chat to my web application. How to readily available modules or add ons? The chat function will be one to one such as Facebook.
View 3 RepliesI am a c# developer and am working on a web site that contains user accounts. I am trying to add a chat feature like facebook. Only direct chat is to be available like IM, a logged in user in the website should be able to chat with only logged in users. And the user can chat with only one other user at a time. If he wants to chat with another user, he must open a new chat window for him seperately. Which is exactly like facebook's chatting system. Any guides how to go about this. I am a newbie in web applications. Also, preferred language to go about his is asp.net.
View 6 Replieshow can i devlope chat module like Facebook In ASP.NET?
View 19 Repliesl'd like to create facebook like chat application in asp.net. This is real situation and I cant implement any workaround....since there would be large no. of users using the application.I need to implement 1-1 chat functionality where user can chat with multiple users by opening multiple chat windows much similar to facebook.
View 1 RepliesAm developing an application that looks more of facebook but at a point i got stuck on the area of the chat
how to develop similar chat in dat of facebook. Am usiing asp.net 3.5 with c#
how can i add chat application like facebook in my social networking site?
i need to add chat application in my project just like facebook chat
how can i create in asp.net?
I've developed an adaptation for asp.net mvc of an existing facebook/gmail like chat. it also includes video P2P features .
View 2 RepliesHow can I create FB and gmail type web base chat in Asp.net ....
View 1 Repliesi want to make private chat system in asp.net
View 8 Repliesi want to build aroom chat in my web VB code
View 1 RepliesI was looking for a chat program, and I found it here in Code Project,Build a Web based Chat using ASP.NET Ajax (http://www.codeproject.com/KB/ajax/aspnetchat.aspx)The code is working perfectly,except 2 issues,can anybody tell me how can I overcome these issues?1-how can I get for example the last 2 hours chat from the database, when a new user enters to the chat room? I tried the getlastmessage stored procedure, but because of the refresh, it keeps showing the messages over and over. any solutions?2-In firefox after I hit the enter on keyboard I see two messages instead of one. sometimes it happens in IE too.
View 1 RepliesI need to make a non-voice chat support tool for a client in ASP.NET 3.5 framework.Can anyone tell me how can i make it using ajax control toolkit??
View 4 RepliesI have a simple .aspx page. I am using VS 2008. I have a microsoft chart control on the page. In the page_load event, I would like to to populate the chart control. I wrote the following code. I can see the data in the dataset. But for some reason, the data is not seen in the chart control.
Code:
protected void Page_Load(object sender, EventArgs e)
{
DataSet adataset;
string Sql = "select count " + '|'+'|' + "unit as Tenor, value from qrm.advancecurve order by days asc";
Database db = DatabaseFactory.CreateDatabase("ConnectionString_OracleQRM");
[Code] .....
I want to develope web based chat application for an organization
My requirements are,
1. Group chat
2. Private chat
3. All chat information will save in sql server
4. if user minimize the browser,it will blink like gtalk and face book
I'm developing chat application on asp.net mvc, in my app, user can create room and invite other join to chat, but don't need to save chat room information.So, I designed to save all chat message ,room information and user info in Session and clear it when owner close the room.I'm worry about stressing server when I save alot of data (include room info, user info, and message) in Session if there are up to 5000 rooms created and alot of messages transfered in that room.Is my solution good enough ? is it ok to save in Session ?
View 3 RepliesI had create an application to allow user to register new project.Manager will chat with user base on the project ID(chat room id = Project ID) and store this conversation to database.
Example: User A register project A, other user cannot join the chat room A.
When using facebook to send a message or in AOL online to confirm something they put up a box that has a very wide grey rounded corner window with prompts, etc. in it. How is that done? Is that an ajax control or what exactly? I would like to do this in my web project for VS2008.Btw, has anyone had much trouble when upgrading from ajax 3.0 to 3.5?
View 3 RepliesI want to make a application or widget in which people could tag each other just like in facebook . How to do it?
View 4 RepliesI see that only name,group,email address we can access at facebook send button. How can i send to my facebook page wall (where i am admin) by clicking facebook send button. It's by default don't show it.
View 1 RepliesI need to develop a login where user can login from his facebook account. When user login first time, an auth dialog should open from facebook asking to user for access permission and than it should move to one of my page where I can retrieve user email address and first name & last name through his facebook access token. How to achieve this?
View 1 RepliesIn my facebook canvas applikation, i store the access token in session. (I use ASP.NET MVC)
But i want to store the access token in a database along with the facebook user id that i can save different access tokens for different facebook users accessing my application.
So when i query the facebook user id and if it doen't return any access token, i request permissions and get the access token for that user.
How do i access the Facebook UserID for the user accessing my canvas application before doing any authentification?
i have made a gridview which contains three fields, two textboxes and one combo box. ComboBox fetchs data from table(SQL) and when a combox box triggers, data related to combo must be added in two boxes. i did this throw another button, but i want this to be trigger directly when it clicks..
View 1 RepliesI'm trying to create a basic application, i created facebook application before but everything has been changed.
I looked every where to create a basic application, but now i'm getting mad because there isn't any working sample. Because of the changed links, facebook api changes, facebook wiki changes i couldn't find a working copy.
write a basic app that gets permission to write user name to screen in facebook developer toolkit asp.net. I looked computerbeacon.net, codeplex, and some other pages but i couldn't succeed.
Edit: I' m adding some screenshots and some codes, it will may be you to find my problem.
[code]....