Some kind of GridView

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hi Guys

I want to create a grid similar to those used on Gumtree where
advertising posts are separated by a row with the date in it.

e.g.

Date
post
post
pose
Date2
post
post
post
Date3
post
post

Can I do this with a GridView or do I need to be looking at
alternative controls?

Any help would be much appreciated!

Thanks
 
Yes the grid view or repeater would do this for you..

grid view: Obviously you need to edit the grid view template for this.. hope
you know how to do that?
repeater: You need to have the html parts defined with the correct styles
 
Back
Top