not sure what you mean by "similar to facebook" but adding users to a group is just a matter of 1) a table with the users, 2) a table with the groups and 3) a table with the mappings.
Have you read the book? - ASP.Net 3.5 CMS Development (now on Kindle)
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
vish2013
0 Points
3 Posts
create group similar to facebook
Jan 24, 2013 05:56 PM|LINK
how to create groups similar to facebook and assign user to it.
Curt_C
All-Star
66017 Points
7639 Posts
Moderator
Re: create group similar to facebook
Jan 24, 2013 06:51 PM|LINK
not sure what you mean by "similar to facebook" but adding users to a group is just a matter of 1) a table with the users, 2) a table with the groups and 3) a table with the mappings.
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
vish2013
0 Points
3 Posts
Re: create group similar to facebook
Jan 26, 2013 07:56 AM|LINK
in facebook on the left side there is create Groups that wat i mean..
MLeda
Member
6 Points
3 Posts
Re: create group similar to facebook
Jan 27, 2013 10:08 PM|LINK
The website have some database with the users? there is some validations required? more info plz
Curt_C
All-Star
66017 Points
7639 Posts
Moderator
Re: create group similar to facebook
Jan 28, 2013 02:25 PM|LINK
It's pretty straight forward... just do as I noted earlier.... I dont see where the question/difficulty is
v5.1 of iTracker (Inventory Tracker Starter Kit) is out, Download it now!
vish2013
0 Points
3 Posts
Re: create group similar to facebook
Jan 29, 2013 04:56 PM|LINK
yes with database and users any free project i can download plzzzzz
Ruchira
All-Star
44382 Points
7194 Posts
MVP
Re: create group similar to facebook
Feb 02, 2013 09:30 AM|LINK
Hello,
No. You have to develop it on your own.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.Primillo
Star
8841 Points
1701 Posts
Re: create group similar to facebook
Feb 04, 2013 04:54 AM|LINK
Hi
There is a book about it
ASP.NET 4 Social Networking
http://www.packtpub.com/asp-net-4-social-networking/book
Or you can create your own ...
All you need is three tables
The table for save the groups, the table to save the users (membership) and the table to save the user in a group
TableGroups
GroupID
GroupName
CreatorID
TableGroupUser
GroupID
UserId
aspnet_Users
UserId
Primillo
http://www.facebook.com/programandopuntonet