I want to create something like a facebook wall on my social site. I want to store messages in a sql database, and this should be pretty simple. What I'm looking for is a good way to show posts? I think I donβt even know where to start, because I can only think about using a loop to display asp:textboxes. Which is obviously wrong.
I want the page to display several posts, which should include:
- The user who sent the message
- Published text
- date sent
- and if I want to go crazy ... a means of deleting / editing a message.
I really donβt know how to implement this concept, so any ideas would help a lot.
source
share