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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -