Showing posts with label Facebook Chat. Show all posts
Showing posts with label Facebook Chat. Show all posts

How to Get User Posts on Social Networking Website

Get Posts from user on Social networking website

  1. Every Visitor on social netoworking website should be able to see the posts that are posted by him 
  2. The recent posts should be available at the top and the old posts should be available at last 
  3. To Get the latest updates and posts we have created a user control which we will drag and drop on main .aspx page and on that page user will be able to see the latest updates 

Code for Main.aspx 

<%@ Page Title="" Language="C#" MasterPageFile="~/ProfileMaster.master" AutoEventWireup="true" CodeFile="Main.aspx.cs" Inherits="Main"  EnableEventValidation="false"%>
<%@ Register src="Controls/LatestUpdates.ascx" tagname="LatestUpdates" tagprefix="uc1" %>

     

Here we have dragged and dropped latestupdates.ascx user control on main.aspx page 

Code for Main.aspx.cs 

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

public partial class Main : System.Web.UI.Page
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}

Gmail Facebook Style Online Chat Website in Asp.Net C# JQuery Open source Project


Gmail Facebook style Online MultiUser One to One Chat System in Asp.Net C# JQuery 

  1. In this Open source Online chatting website  project which i have named as ChatBox  i have  made a Multiuser friendchat system.
  2. SingalR chat project can also be made the same way.
  3. In this web chat system all registered users can do one to one chat with their friends who are online.
20fingers2brains projects live demo
This chat made using asp.net c# can be integrated in social networking website project.

Login Register Page of Chat Box 

Online Chatting Profile Page of ChatBox with Online Friends 

Chatting Project with chat window Multiuser chat 
Single One to One chatting with Friend Suggestions like Facebook