Thursday, March 22, 2012

wall posts and private messages

I'm trying to create a social networking site for a uni project and i wanted to create functions like wall posts and private messages. I was wondering if any1 has any suggestion or links to resources to help me go about this as i'm not sure really where to start yet alone go about this task Angel. Any advice info or links would be much appreciated.

thanks in advance

Hi,
I think you will get more help from this starter kit

http://www.asp.net/community/projects/

Satalaj.


Thanks alot for the help ^_^.

Jus have 1 more quesry i tried my own method but am stuck on a section. how do i link a button (called "Post") to a textarea (called "Post Box") so that when it's pressed the test is submitted to a particular field in a sql database? =O


roonez:

Thanks alot for the help ^_^.

Jus have 1 more quesry i tried my own method but am stuck on a section. how do i link a button (called "Post") to a textarea (called "Post Box") so that when it's pressed the test is submitted to a particular field in a sql database? =O

Hi,

Based on my understanding, you want to save the text into the Sql database when the user clicks the button in your asp.net application. If I have misunderstood you, please feel free to let me know.

We can use the SqlDataSource control to do so with little code. If so, we just need to configure this control in the wizard. For more information, seehttp://www.asp.net/learn/data-access/


I hope this helps.

0 comments:

Post a Comment