asp.net - C# GridView Design -


at moment programming social media website in aspx.net.

i using mysql (phpmyadmin) database store data, en read data from.

for example:

when user posts on wall, posted text saved in database, , post shown @ profile page reading database.

to show posts using gridview.

this example how looks @ moment (gridview-style):

http://www.y451n.nl/publicuploads/tikprofiel.png

after doing research still can't find how design gridview. have this:

http://www.y451n.nl/publicuploads/gridviewdesign.png http://www.y451n.nl/publicuploads/gridviewdesign.png

i appreciate guys!

thanks in advance.

well, design hard achieve (limited) gridview. recommend use flexibility of repeater.

http://msdn.microsoft.com/nl-nl/library/system.web.ui.webcontrols.repeater(v=vs.110).aspx

it has same databinding principles, can use itemtemplates give more control on html.

or, if have started, switch mvc pattern optimum flexibility.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -