Listview or Gridview

Posted by user3688801 on Stack Overflow See other posts from Stack Overflow or by user3688801
Published on 2014-06-02T21:21:11Z Indexed on 2014/06/02 21:24 UTC
Read the original article Hit count: 108

Filed under:
|

Is Listview better or gridview to do the below section? What is the best way to do this? The datasource for the items are a list of links returned from an application based on criteria (title#)

----------------------------------------------------------------
Title1
     item1 link
     item2 link
     item3 link

Title2
     itemx link
     itemy link

Tiltle3
     itema link
     itemb link
     itemc link
     itemd link

.
.
----------------------------------------------------------------

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET