In this topic you will add content to a Panel control.
<cc1:WijList ID="Panel1_WijList" runat="server"TargetControlID="Panel1"></cc1:WijList>
Member |
Label |
Value |
0 |
Label1 |
Value1 |
1 |
Label2 |
Value2 |
2 |
Label3 |
Value3 |
3 |
Label4 |
Value4 |
4 |
Label5 |
Value5 |
5 |
Label6 |
Value6 |
The markup should look similar to the following:
<cc1:WijList ID="Panel1_WijList" runat="server"
TargetControlID="Panel1">
<ListItems>
<cc1:ListItem Label="Label1" Value="Value1" />
<cc1:ListItem Label="Label2" Value="Value2" />
<cc1:ListItem Label="Label3" Value="Value3" />
<cc1:ListItem Label="Label4" Value="Value4" />
<cc1:ListItem Label="Label5" Value="Value5" />
<cc1:ListItem Label="Label6" Value="Value6" />
</ListItems>
</cc1:WijList>
Now you can begin setting properties for the WijList to format the list.