Developing Chat Application Using Vb.net?

Feb 12, 2010

i 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]....

View 1 Replies


Similar Messages:

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

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 :: Gmail Like Chat Application - Building An Instant Messenger Application For The Selected User

Feb 22, 2010

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

View 4 Replies

How To Add Chat To Web Application

Nov 22, 2010

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 Replies

MVC :: Developing A Small Application

Feb 12, 2010

Can 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

View 5 Replies

Developing A Usermanagement For Web Application ?

Feb 4, 2011

I am developing a usermanagement for my ASP.NET Web application. I Used Website administration Tool as custom forms in my application.Currently i am Setting folder based permissions to the Roles.After that when the anonymous user click on a menuitem it will redirect it to the login page. I want to change the redirecting page to another one that showing 'The user have no rights to access this Page'.How can i redirect it?I am new in asp.net.

View 1 Replies

How To Develop And Integrate A Chat Application

Jan 29, 2010

How can I develop a chat application using asp.net or How to integrate any chat api with asp.net application.

View 5 Replies

Web Forms :: How To Implement A Chat Application In C#

Dec 27, 2010

I need to implement a chat application in my asp.net C# used Web Application. I am looking a 1 to 1 chat . Here i am users and i need to chat those users with other ones.

View 2 Replies

How To Add Typing Notification To Chat Application

Apr 13, 2010

I am creating a chatting application, where I want to show typing notifications in private chat.i.e If two users are chatting, when the user is typing message I want to show in chat window of other user that "userName is typing" in the status bar

View 3 Replies

MVC :: Chat Application Intergrated In The Web Page?

Mar 11, 2010

I am developing an application in asp.net mvc where i need to have Chat application intergrated in the web page. The chat application should be able to support group chat, private chat, simple file transfer and user should be able to create their own rooms. where i can buy a simple chat application with above functionalities. I need it immediately.or how to create my own application. The technology to use or just any idea to start, buying asp.net chat application with above functionalities is the best option.and most important i should be able to integrate chat application in my existing MVC project. We are using ASP.NET MVC, Microsoft SQL Server 2005, Linq To Sql as database interaction tech and C#.

View 1 Replies

Web Forms :: Implement Chat In Web Application

Mar 20, 2013

I have written below the requirement of my client

"We should also have an option under the contacts tab, for a chat option .The idea behind it is that if a user is looking to communicate with a staff person they should be able to open a chat session and start a typing their questions and/or concerns. While building the chat option, the chats should be logged for certain period of time and there should be an option of retrieving particular chat sessions as needed."

What is the best way to implement this ? I prefer  jquery plugin for implementing the above task () ?  I am using asp.net 2.0.Is there any need to update to 3.5 to achieve the above task ?

View 1 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

Mobiles :: Developing Iphone Application?

Jun 4, 2010

I want develop small iphone blog application. How can i do it. I want steps should i follow? I am beginner for iphone application,

View 5 Replies

MVC :: Developing Database Independent Application

Feb 1, 2011

we are developing a application using MVC 2 , i would like to have help on developing database independent application , is there any way to achieve using MVC .

Also is there any examples of ORM available using MVC for newbee to understand.

View 4 Replies

C# - Developing A File Storage Web Application?

Aug 5, 2010

I'm currently developing a web application whose primary user function is uploading and downloading of files. The files will be stored on the hard disk (no cloud storage yet).

Taking into consideration the possibilities of gigabytes of data and a large number of files, do I need to organize files into sub folders to account for the fetching of a file or is the file system's indexing already very efficient and I can ignore this potential bottle neck?

Update:

On a side note, I plan to store file names and any additional information in a SQL database and only query the disk when a user actually wants to download the file. This is how I plan on retrieving files:

FileStream stream = File.Open("C:file.txt");
byte[] fileContent = new byte[stream.Length];
stream.Read(fileContent, 0, fileContent.Length;

Any file information will be retrieved from the database. The hard disk will only be used for saving and fetching files.

Update 2:

Files will be saved as GUID + EXTENSION on the hard disk while the actual file name is stored in the database.

View 4 Replies

VS 2008 - Unable To Build A Chat Application

Apr 7, 2010

I found the tutorial below to build a chat application for asp.net which fulfilled most of my requirements, i.e. written in vb and made use of database, however the second part is missing. [URL]

I was hoping someone may be able to point me in the direction the original author intended to extend this to cover multi rooms and hopefully multi users?

View 1 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

Tips For Developing High Performance Application?

Jun 16, 2010

List me guidelines which we have to follow while developing an asp.net application with improved performance:

-Using Pooling properly, Stored procedures, when to use AJAX update panel etc etc

View 1 Replies

Developing Webcam Image Capture Application?

Jun 17, 2010

I want to develop a simple webcam image capture application in asp.net (vb.net). The camera output is 320x240. But I want the image in 240x320 size. When I try to resize the 320x240 image, the image stretches vertically and looks pretty bad. What code should be used to do this and upload the resultant 240x320 image.

View 9 Replies

Mobiles :: Developing Application That Will Be Used Primarily On IPhones?

Jul 13, 2010

I am developing asp.net application that will be used primarily on iPhones. On one of the forms I have a textbox where users enter a date. I am using a javascript calendar on that same box so its easier for users to enter dates. But when a user clicks on this field in iPhone, the phone brings up its own menu (with keyboard) on top of my javascript calendar. That makes it look very ugly as a user now has to click on Done to close that keyboard and onyl then start using the calendar. Is there a way to prevent iPhone from displaying this keyword?

View 2 Replies

Developing A Web Application Which Will Deal With Online Examination?

Mar 8, 2011

I am developing a web application which will deal with online examination. The requirement is:

There can be n-number of sections in an exam and admin users should be able to create questions/answers and add to an exam. The questions should be displayed for a certain amount of time in the browser with meclock and it should move to next question automatically. User should not be allowed to open any other instance of the browser or login from another IP if the exam is in progress.

I am seeking community vote of how would someone design the application to meet all these criterias? What patterns should be used? What components to reduce the development time etc..My technology stack is C#, ASP.NET MVC or ASP.NET with SQL Server.

View 3 Replies

Mobiles :: Developing A Mobile Version Of A Web Application?

Feb 3, 2010

I currently have a ASP.NET web application that was designed for desktops/laptops. Now we need a mobile version of this application. I have never developed mobile application before and am looking for any good tips before i start. Things that i have been thinking about like how do you know when load the mobile version or the normal version.

View 2 Replies

Configuration :: Developing .net Web Application With Form Authentication In IIS 6

Dec 18, 2010

we are developing asp.net web application with form authentication in IIS 6 - Windows server 2003.the application is working fine.but if we call any .html extension we are getting the following errors,

"Internet Explorer cannot display the webpage - Diagnose Connection Problems "

View 1 Replies

Mobiles :: Basics Of Developing A Mobile Application?

Jan 16, 2011

Can any one teach me basics of mobile application development

View 2 Replies







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