Forms Data Controls :: Create A Comment Box And Chat For Website?

Jan 12, 2011

want to develop a comment box and chat for my new project.

would love to use some jquery ajax where-ever possble.

want to store commentbox data nto database and retrieve to display them.

no idea about chat whether it should be file or database.

View 3 Replies


Similar Messages:

Web Forms :: How To Create A Comment System In Website

Jan 28, 2014

I want to create a comment system for users to comment on my Photos of Photo Galleries and videos in my Website. How i will create it using ASP.Net,C#,SQL Server?

View 1 Replies

How To Create An Application That Combines A Website To A Chat Program

May 4, 2010

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?

View 2 Replies

Data Controls :: Save Chat Messages To Database Using SignalR Chat

May 7, 2015

I 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.

View 1 Replies

Controls :: Integrate Skype Video Chat In Website

Nov 16, 2013

How to intergrate on skype video chat on asp.net ....

View 1 Replies

Architecture :: How To Save A Large Data Of Chat Room In Chat Application

Nov 3, 2010

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 Replies

Web Forms :: Add Chat To Website?

Feb 28, 2011

how can add chat to my website

View 3 Replies

Forms Data Controls :: Develop A Comment Section For News Blog?

Jun 5, 2010

I have developed a news blog . I would like to add a Comment section with spam prevention capabilities into my news.My Comment table is as followsComment - CommentID,Name,DateStamp,Comments and NewsItemID as a foreign keyI'm having problem in identifying a logic . I have some questions to ask1) I'm thinking to use Formview to create a comment section?..Is it okey?2) I'm thinking to capture the NewsItemID from querystring and trying to fill up the NewsItemID(foreign key) into comment table?..Can you please show me in coding, How can I do that in coding?...if it is not a good logic,,then advise me how to do this?.3) Getting the comment from formview to db is okey, but how can I show the user comments as soon as he clicked the submit button of the formview ?..It seems quite difficult for me to do handle two events when user click the submit button 1) sending the comment into db ,2) shows the users comment in webpageHow can I do that?..Can you please provide some coding show me how can i achieve my task?

View 4 Replies

Create A Threaded / Nested Comment System?

Sep 21, 2010

Anyone know how to create a threaded / nested comment system? I would like to learn how to do this for my blog that I am working on. I simply can't find anything useful out there.

View 3 Replies

Web Forms :: Create Chat Room In VB

Apr 19, 2010

I 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 Replies

Web Forms :: How To Create Web Based Chat

Aug 30, 2013

How can i create web base chat in Asp.net

View 1 Replies

Web Forms :: Create A Chat Without Database

Jun 21, 2012

i want to implement the chat in asp.net without databse

View 1 Replies

Forms Data Controls :: Formatting Text Within Large Comment Field Stored In SQL Database?

Jun 15, 2010

I'm using ASP .NET C# 3.5. I have a multiline textbox on my web form that allows for the input of up to 5,000 characters from the end-user. This text is a basic description of a training course. I need to display it out in a clearly formatted way. For example, I need there to be bullets and bold text.

What I did was I chose certain (not often used) characters and then used the .Replace method when displaying the text in an <asp:Label>. If the text in the database contains the character '~' then I replace that with a line break <br />. If it contains '`' I replace that with <b> and if it contains '^' I replace that with </b>.

Is there a better way of doing this? It is working properly, and I'm displaying the text properly, but I know the end-user is going to hate typing text like this for formatting. I do want this all to stay database driven as well

View 4 Replies

Web Forms :: Develop Web Based Chat Application With Private And Group Chat Option

Sep 5, 2012

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

View 1 Replies

Web Forms :: How To Create Facebook And Gmail Type Web Based Chat

Aug 14, 2012

How can I create FB and gmail type web base chat in Asp.net ....

View 1 Replies

How To Add Chat Option To Website

Nov 26, 2012

How to add chat option to asp.net website.How to create chat that shows online users.

View 1 Replies

Steps For Having Live Chat Option On The Website ?

Mar 17, 2010

I am working on a website and i would like to have an option on the website for 'Live Chat" so that customers/visitors can talk to the website ownser or any sales Rep.

I've been searching an online chat software , but they charge a lot on monthly/yearly bases, so i guess it's better to create your own

But before doing that what are the things/problems that i might face according to you to accomplish this feature ?

Do i need separate chat server ? and i need features like " auto-message like " An operator will be with you shortly" how to accomplish these things ?

Do i need any database support to for using this feature ?

View 10 Replies

Implement Live Chat Option On Website

Apr 4, 2014

I am searching for a live chat solution for my website (created in ASP.net) to provide online support to our customer.

View 3 Replies

Create Web Chat With Dotnet Framework 3.5

Jan 19, 2010

I 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 Replies

AJAX :: Create Facebook Like Chat In .Net

Jun 25, 2010

l'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 Replies

How To Implement A Live Helpdesk (chat) Feature To Website

Feb 18, 2010

i'm looking to implement a live helpdesk (chat) feature to an ASP website, something similar to LivePerson.

Would anyone be able to direct me towards firstly the required achitecture to help me understand what will be required to even develop such a feture and if at all possible some example code/solutions, if any exist ??

View 2 Replies

How To Add Chat Application Like Facebook In Social Networking Website

Oct 27, 2010

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?

View 24 Replies

Create A Text - Voice And Video Chat In C#?

May 24, 2010

I want to create a text, voice and video chat facility in our website like gmail/gtalk (video chat quality like skype)? how to find refernce/ project source code or any useful links to create chat application also to send/share any file to him. we can be able to send text and voice message when user is offline.

View 2 Replies

How To Create Small Chat Application Between Two Users

Oct 3, 2010

I want to create small chat application between two users.

Users should Login if they are not logged in they should be registered.

View 3 Replies

Social Networking :: Create Chat Box Like Gmail

Apr 12, 2013

how to create chat window that we see in gmail while chatting.. What will be the design source code and c# code for that.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved