How To Create Small Chat Application Between Two Users
Oct 3, 2010I want to create small chat application between two users.
Users should Login if they are not logged in they should be registered.
I want to create small chat application between two users.
Users should Login if they are not logged in they should be registered.
So I am trying to create and application that combines a website to a chat program.
Essentially what I want is this
Users to be able to go to the website and look at data
if they want to add data they can do that on the website
based on this data, a message pops up on the appropriate agents PC
the agent can then forward the request or accept the request and type in a message/data in that same pop up window and send it to the website which would update the website.
I have too many options to choose from and I am very confused.I believe for the agent side(chat) WCF would be good, but not sure about the website side.Should i use dynamic data webpage orwcf data services?
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 have create a small web application with 2 forms in visual studio 2008 framwork 2.0 database
sql server 2005 but i am little confuse about how to and where database file should place when deploy application on web server.
How can I get all the current users online in MVC 2 (like chat)?
Remember that MVC 2 (or v1.0) template was built-up with membership view/controller/model. That is possible using that model, I can get the online users?
how to implement our own role provider?
View 1 RepliesI have a web site and i want any online users chat with any other user in private mode. it is like facebook chat. is there any free third-party component to use in asp.net web site.
View 1 RepliesI've made a website online that allows customers to place an order. I would like the information customers input on the website to show once the customer clicks submit to confirm what was entered.
View 2 RepliesI have a requirement for building an instant messenger application for the selected user.
I have googled for the solution but without any sucess.My requirement is once a user initiates a chat with another user,the another user needs to get a popup of the chat window,where the two users can start chatting.
as all we know that we can create very simple chat using ajax timer & web service , it runs well for few users .
i want to leaverage same idea for site where 5000+ users will be there in chat room , messages are stored in queue hold in memory * dispatched as user request that is through java script timers calling page method or service ,
how well it will perform ? i know GTalk implements XMPP protocol(jabber) for the web chat
seems it will be difficult to got XMPP way ?
I want to add chat to my web application. some readily available modules or add ons? The chat function will be one to one such as Facebook.
View 3 RepliesCan anyone developing this small asp.net mvc application.
Login Page:
User Logs in through login.aspx page by providing username and password textboxes and clicks on login button.
Based on the valid credentials the user is redirected to the DashBoard.
MasterPage:
All the pages will be using MasterPage which has the following tabs.
Activity
Tasks
Dashboard Page:
The user will be redirected to this page after login page which displays the Activities and Tasks in 2 different gridview.
Activity Grid will display:
Activity
Task
ActivityDate
On click of each of this activity the page should display div popup menu with the following:
Show Activity Details
Add Activity Details
Edit Activity Details
Search Activity
On click of the above listed links the user will be shown a Popup of the appropriate aspx page
I am new to mvc I want devlop a small application in mvc using html5 for that I have downloaded html5 toolkit for mvc and add refernce system.web.mvc.html5 but i am unable to get html.html5Textbox please help me how to get html5 controls.
View 8 Repliesi am developing chat application using vb.net and asp.net where i am having a div tag inside which i am displaying the messages posted by the online users what my problem is when the messages are more and exceeds the height of the div tag then i am not comfortable to view the previous messages because i have set the scroll bar position to always to be pointed to bottom.
[code]....
i am making one web site(online test),now i want to give some time limit to answer the questions,like 10 min.how can i make a timer with 10 min in .net to show the time in label control..
View 2 RepliesI need to create chat application in asp.net.But I don't need to store chat messages in database. Only I retrieve user list from database. I have to create group chat also. I have to show list users but online user's image in green color offline user image in red color for differentiating people.
View 7 RepliesI have done some research on creating a chat room for my website. i found one on the following site: [URL] But it is in C#, i tried converting it to VB version but it gives me different errors. I dont know much about it.
View 9 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 RepliesHow can i create web base chat in Asp.net
View 1 Repliesi want to implement the chat in asp.net without databse
View 1 RepliesI recently developed a simple application for displaying a list of files to some users based on access levels and allowing them to download them etc.
This application was developed to be hosted inside a large corporation with heavy security policies and is fairly mission critical.. The application is very basic,
it checks the users NTID (using windows authentication) compares that to a table in SQL then pulls up a list of all the files on which this user has access Thats pretty much it.. There are also a couple of forms for adding a user and editing a user and uploading a file.
We have a problem often where the application is pretty much unresponsive. This can be remedied by opening command prompt and running 'iisreset' I should also note when originally deploying the application we changed some settings on the server to allow connections to stay open a while longer to allow bigger file uploads.. Could this be locking the application up? I am unabble to restart the server until the weekend. The server is a windows 2003 box running IIS6.0 and .NET 2.0
The below is a very simple application to get live data from a website and put the required response in a checklistbox.
In the httpwebresponseresponse, what I need is the value before ">scorecard<", starting from <td> till <a. There fore for the below text, I will have four items(there are four >scorecard<) added to my Checkedlistbox1
[code]....
I have a Web application that I have built, published and deployed on a Web Server. It all works great and up to now I have been able to get people to stop using it whilst I published any changes. It is an internal system but I now have firefighters that can be using this 24x7. I am probably being totally thick but how should I deploy small changes in codebehind pages without haviing to do a full deployment to the web server. I am learning ASP.NET as I go along and I am a bit confused with how I can update the web application without affecting users.
View 3 RepliesHow can I develop a chat application using asp.net or How to integrate any chat api with asp.net application.
View 5 Replies