Make Private Chat System In C#?
Jan 2, 2010i want to make private chat system in asp.net
View 8 Repliesi want to make private chat system in asp.net
View 8 RepliesI 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 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 RepliesHow to implement chat system in our websites, like facebook, gmail. etc ...?
View 1 RepliesIm creating a messaging system which is a bit like the inbox feature of this forum. So far I have built the page with a datalist (as this is the advice i was given). I just want to know how I should create the tables within the database so that the thread of messages is seen by the right people when they login and view messages. Which is basically the 2 people messaging each other. The system is gonna have user sign in functionality as well.
View 1 RepliesI always wondered how to make an instance chat using ajax !
View 4 RepliesI want to know how I can make website available in my private home network? I know I am supposed to make my IP address static but I still do not know the complete steps to accomplish what I want to do. Is this even possible? If it is can someone please explain to me what I have to do?
View 3 Repliesis there any way i can add Skype chat in my system ? or any other option ?
chat must b store in our database as well.
i 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 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 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'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.
I want to make google like intelligence searching system for searching data from list in my project. i mean when i write something in google bar for searching it automatically start showing some related words in down side. how can i achieve that search in my project? should i use some API ?
View 2 RepliesIs there any way to make application works on same system where it is deployed and will not works if any one copies application and database and deployed to other system, how to prevent that.
View 1 RepliesI developed a website on VS2008, which I then published by right-clicking. I can locally browse that website using[URL]
but when I try giving hostname in place of localhost it fails to resolve. Can this mapping be specified in hosts file?
how to session keep live until system shutdown like asp.forum session
View 1 RepliesI am sure this question has been asked and answered; but I haven't managed to find it...
I am creating a very simple custom System.Web.UI.Control that has a few properties. I can define in my ASPX page the following tag and everything is happy:
<ns:MyControl runat="server" MyProperty="Value" />
However, if I want to have one or more "child" properties, like so:
<ns:MyControl runat="server" MyProperty="Value">
<Element AnotherProperty="AnotherValue1" />
<Element AnotherProperty="AnotherValue2" />
</ns:MyControl>
what I need to do to make the XHTML validate. I always have
Content is not allowed between the opening and closing tag of element 'XXX'
Element 'XXX' is not supported
The name contains uppercase characters, which is not allowed
The code actually runs as expected, but I haven't manged to find a good example on how to do this correctly so that everything validates. In terms of implementation of the Custom Control, I just have all properties stubbed out at the moment, and looks something like:
[ParseChildren(true)]
[PersistChildren(false)]
public class MyControl : Control[code]....
Ultimately, Element is intended to build up a collection of Elements. Any insight on how to do this properly and have the XHTML validate
there will be 8 combo box
1. contain select state after slecting this state
2. contain select city for previousely selected state
3. contain cinema hall for previousely selected city
4. contain select movies option for selected city
5. conatin show date for previously selected movie
6. contain show time for previously selected date
7. contain class for previously selected show time
8. contain ticket quantity for previously slected tiket class
I have a dillemma.. or more of a design hump.
I have a web application that allows a number of teams to be assigned placement rankings, thus giving the players on that particular team.. seed points.
I am stuck as to how to use a Gridview to display the Teams, then allow a ranking to be assigned to each team.
(Dont allow more than one number per rank [no two teams can ever tie, or have the same finishing place.
if a class has a private constructor then it cant be instantiated. so, if i dont want my class to be instantiated and still use it, then i can make it static. what is the use of a private constructor? Also its used in singleton class, except that, is there any othe use ? (Note : The reason i am excuding the singleton case above is because I dont understand why do we need a singleton at all ? when there is a static class availble.
View 8 RepliesCan it handle mapping using private members like NHibernate can? The documentation is very slim, but it seems like one of the objects or methods provided with the tool could do something like this.
Mapper
.With<FooDTO>()
.Map(x => x.Value)
.To<Foo>("_value");
// To<T>(string member) or To<T>(Func<T, bool> func)
Mapper.CreateMap<Foo, FooDTO>();
I know my example methods don't exist as-is, but maybe I've overlooked something else already built in.
I am looking for a ready to use Private Messages for ASP.NET. I am using the default ASP.NET membership.
I googled for days, but cannot find such Private messages module that contains simple features likle Inbox/OutBox, Send PM, Reciebe PMs...and so on...
I have no plan to erite such script. this is a very common requierment for lots of ASP.NET websites.