Expand my Community achievements bar.

Alternatives To Datagrid

Avatar

Level 1
I am trying to loop through and display data similiar to how
you would in an ASP page. I'd like to be more flexible than a
datagrid in how I display the data. For example, I want to loop
through the data and display it as such:

First Name: John

Last Name: Adams

Description: Som long textual description

<hr>

First Name: Paul

Last Name: Tomkins

Description: Som long textual description

<hr>



Does anyone know how to loop through data and display it in
this manner?
1 Reply

Avatar

Level 3
You can try creating a layout that uses labels only enclosing
this layout inside a repeater that would allow you to do what you
want.