At the moment I am programming a Social Media website in aspx.net.
I am using a MySQL (phpmyadmin) Database where I store my data, en read my data from.
For example:
When a user posts something on his wall, the posted text will be saved in the database, and the post will be shown at the profile page with reading it from the database.
To show the posts I am using a GridView.
This is an example how it looks like at the moment (Gridview-style):
After doing some research I still can't find how to design a GridView. I would like to have something like this:
I appreciate your help guys!
Thanks in advance.