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):
after doing research still can't find how design gridview. have this:
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
Post a Comment