format groups of data in dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello!

I would like to show some results from a competition on a website, looking
something like this:

Age Group 35:
Name1, result1...
Name2, result2...

Age Group 40:
Name1, result1...
Name2, result2...

....

Is there a simple way to format a dataset that looks like:

<row>
<Name>
<result>
<AGinfo>
...
</row>

Which control should I use? Datagrid, Repeater, Datalist, or should I go for
a XML & XSLT solution?


/Miro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top