skip to main |
skip to sidebar
RSS Feeds
Nope. nothing .. just some random thoughts come to my mind ...
Nope. nothing .. just some random thoughts come to my mind ...
5:05 PM | Saturday, May 19, 2012
Posted by harshadura
================================== README - SLIIT COM SOCIAL NETWORK ================================== Basic Social Networking system using C# - ASP.NET ------------------------------------------------------- Feature Overview - TODO ------------------------------------------------------- [DONE] 01. Students should be able to get registered with the social network. [DONE] 02. They should be able to manage their own profiles. [DONE] 03. They should be able to share their posts and news on a public e-wall inside the site. [DONE] 04. They should be given privilege to manage the friend list.(add, modify and delete) [SOME] 05. Students can add students as friends but students can only follow the teachers. [NOT-] 06. Messaging and chat facility. [DONE] 07. Job bank (If there are vacancies students will be notified through the site) [DONE] 08. Event planner for the year. [DONE] 09. Students should be able to add educational applications to their profile. [DONE] 10. Login / Logout ------------------------------------------------------- Required Software ------------------- [01] Dot Net Framework 3.5/4.0 [02] MS Visual Studio 2010/Web Developer Kit [03] MS SQL Server 2010 ------------------------------------------------------- Notes. ------- [01] Configure the MDF file inside App_Data to the SQL server. ------------------------------------------------------- Regards, @harshadura
June 11, 2012 at 1:45 AM
Hello .... i am download u project to test ...
but i couldn't see the full project.. only have the pages ...
another thing ...i think you use sql database right...?? can you provided to test the project
Thank u in advance
June 11, 2012 at 6:50 AM
hi,
yes, All the project resources are attached to it.
pls check again. Database is on App_Data folder. you should import it using Sql server as a MDF file. Then give the path to necessary files. (as it has used the hard coding method to set the db path, you have to edit several files which have used the connection)
June 11, 2012 at 3:39 PM
Thank you.. Finally it work, I open the file by ( open Website) :)....
Now i could run the website and i saw the log in .... I try to sign up .... but i could not .... then i open the user table that you have in ur database...I saw many users already there with their password...
So, I try to login by one of them ...
User:Harsha Nuwantha
Password:123123
But I could not login too :(
It say that the user or password is not right...
than I try to see the code behind of the login and I saw there is :
User :Saman
Password saman12
I try it and I could not ...log in...
I need to use ur project to develop social website to share book with friends and review books, comments,,,,ect...
Your project will help me lot ...Thank you for Sharing This ....
saby-aspnet@hotmail.com
June 11, 2012 at 3:51 PM
hi,
Glad you have proceed their. The Username is Email address for this program.
Currently I am on linux so unable to check the db, jz check the DB and get email address and corresponding password for it.
June 11, 2012 at 3:58 PM
Oh nice ...I see ...
I will try ...it ...and let u know ..
I would like also to Share this with you ...
Look Professional Social Network...
http://www.techipost.com/2011/06/03/signupsign-in-for-social-networking-website/
I hope you could run it ... have a look at it when you r free ...
Saby
June 11, 2012 at 3:58 PM
And one more thing, Dont hit "ENTER key" after entering the Login details (as we usually does in Facebook and other social networks) Cause If you hit "ENTER key" the page will be reloaded and nothing will be happen. Actually thats a problem in ASP web developing, of course theirs a way to handle it, But I have no idea how to do that. So just keep in mind that problem. Dont press "ENTER key" afterwards. Just click the "Login" button using the mouse pointer. (This is relevant for the every BUTTON in the Web Site.)
June 11, 2012 at 4:24 PM
harshadura Thank you 4 the remark :)
I could Login Now & it Look nice :)
my problem was that i have to change the path of the project ..
Now c the other features...
one more Question:
when ever i log in or click BUTTON or move to another page .... I will see windows ( I think this regard J Script )
say " Microsoft JScript runtime error: '$' is undefined"
So, I only ignore it .. to let the project run...
I could not figure what the problem is.... ?
Thank you
Saby
June 11, 2012 at 10:47 PM
Another thing ... I am new to asp.net ...
how did you create your database? Did u create it by using sql and then connected it to your project.... or u build from scratch in the asp.net ....?
I read many article about database which already been created in sql...and then connect them to asp.net.... Is there is a way to create the database from scratch in asp.net???? Coz I did not know how to work with sql ..( only few things)...
Also, How could u develop this application ...which source helps you to define the whole database? I mean can you advice my in source or web that I can learn how to create the database from scratch and how to use & retrieve the date ...and so on
June 27, 2012 at 9:01 PM
Hi, how do you create a page to view all the messages that are already posted? And is it possible to add in functions such as " like/dislike it" " edit post" and "delete post" ?
June 28, 2012 at 6:18 PM
Sorry, I have no idea how to get done your ideas and new implementations, Please do research more about them yourselves. This is just the way how to make a BASIC social network system. rest is in your hands.
July 26, 2012 at 9:53 AM
Thank you for the codes men, i know you just research all of this stuff and your right everything is possible just find it in your own.
October 12, 2012 at 3:52 PM
Thank you for giving me this detail.I fresher in this field.I try on your way.
November 9, 2012 at 3:08 AM
Hi,
I am new to ASP.net, Could you please tell me how to run this project, which source code file should I run to get the result or how to merge all the extracted file to get a single source code file.
Thanks
Amit
November 27, 2012 at 4:14 PM
hello sir
i am creating a website.but i dont know how one friend will get to know updtes from another as another post someone or perform any activity. will u pleasse reply me as soon as possible.
December 9, 2012 at 6:04 PM
Cannot open
error
Line 55: cmd.Connection = con;
Line 56: da = new SqlDataAdapter(cmd);
Line 57: da.Fill(dt);
Line 58: con.Open();
Line 59: cmd.ExecuteNonQuery();
January 1, 2013 at 5:57 PM
http://www.99codingexamples.com/socialnetwork/how-to-make-socialnetworking-website-like-facebook-using-aspdotnet-csharp-sql.aspx
this can be an useful link for social networking website
January 4, 2013 at 5:28 PM
Hi,
I want to create social networking site for writers cafe. Could you please help me how to start & guidelines @ divyasri.inumarthy@yahoo.com?
January 10, 2013 at 12:50 PM
Hi
I downloaded ur project. But an error is occurring while attaching the project database to Microsoft SQL 2005. Can u please help me.....
February 10, 2013 at 6:48 PM
Hey Harsha, i downloaded your project. its awesome. but 1 problem. I'm using Visual Studio 2012 and SQL Server 2008, and my OS is Windows 8 64bit. I have problems in opening the database either from SSMS or VS 2012. What should i do? Should I change my OS to Windows 7, and VS 2012 to VS 2010?
Or At least provide me the details of the database file so that i can create a new database and link it to the project.
Please help. It's urgent.
April 20, 2013 at 3:18 AM
sir mediafire has deleted this project and i am not able to download, please send me at my email h.annas@hotmail.com or give another link for downloading
April 20, 2013 at 5:09 AM
new link added,
October 7, 2014 at 1:55 AM
Hey how to Configure the MDF file inside App_Data to the SQL server? please tell me. I am new to ASP.NET and SQL
November 11, 2015 at 3:51 AM
hi please i need help on how to create friend to friend post, like facebook. when i post all my friends will get my post. any code on that please
November 11, 2015 at 3:51 AM
hi please i need help on how to create friend to friend post, like facebook. when i post all my friends will get my post. any code on that please
April 26, 2016 at 12:31 PM
error
Line 55: cmd.Connection = con;
Line 56: da = new SqlDataAdapter(cmd);
Line 57: da.Fill(dt);
Line 58: con.Open();
Line 59: cmd.ExecuteNonQuery();
please help
i am stuck using your database connection
February 27, 2018 at 11:42 AM
Hi everyone! I want to ask some questions regarding online examination system.... Anyone can please tell me about that....?
1.when user click on end paper how to show result..?