Data List
Basic
- Item 1
- Value 1
- Item 2
- Value 2
- Item 3
- Value 3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<DataList>
<DataListRow>
<DataListLabel>Item 1</DataListLabel>
<DataListValue>Value 1</DataListValue>
</DataListRow>
<DataListRow>
<DataListLabel>Item 2</DataListLabel>
<DataListValue>Value 2</DataListValue>
</DataListRow>
<DataListRow>
<DataListLabel>Item 3</DataListLabel>
<DataListValue>Value 3</DataListValue>
</DataListRow>
</DataList>