bsp; <AlternatingItemStyle BackColor="#EEEEEE"></AlternatingItemStyle>
<ItemTemplate>
<asp:Lable id="lbCatTitleLevel1">
<span class="cat1">
<%# DataBinder.Eval(Container.DataItem, "CatTitle")%>
</span>
</asp:Lable>
<asp:DataList enableViewState="false" id="datalistTest" datasource='<%# ShowSubCat((int)DataBinder.Eval(Container.DataItem,"MagID"),(int)DataBinder.Eval(Container.DataItem,"MagYear"), (int)DataBinder.Eval(Container.DataItem,"YearIssue"), (int)DataBinder.Eval(Container.DataItem,"CatID"))%>' runat="server" RepeatColumns="1" Width="100%" BorderColor="black" BorderWidth="1" GridLines="Both" CellPadding="3" Font-Name="Verdana" Font-Size="8pt" HeaderStyle-BackColor="#aaaadd" AlternatingItemStyle-BackColor="#eeeeee" SelectedItemStyle-BackColor="yellow" OnItemCommand="DataList_ItemCommand" OnCancelCommand="DataList_CancelCommand" AllowPaging="True" PageSize="30" PagerStyle-Mode="NumericPages">
&nb
<ItemTemplate>
<asp:Lable id="lbCatTitleLevel1">
<span class="cat1">
<%# DataBinder.Eval(Container.DataItem, "CatTitle")%>
</span>
</asp:Lable>
<asp:DataList enableViewState="false" id="datalistTest" datasource='<%# ShowSubCat((int)DataBinder.Eval(Container.DataItem,"MagID"),(int)DataBinder.Eval(Container.DataItem,"MagYear"), (int)DataBinder.Eval(Container.DataItem,"YearIssue"), (int)DataBinder.Eval(Container.DataItem,"CatID"))%>' runat="server" RepeatColumns="1" Width="100%" BorderColor="black" BorderWidth="1" GridLines="Both" CellPadding="3" Font-Name="Verdana" Font-Size="8pt" HeaderStyle-BackColor="#aaaadd" AlternatingItemStyle-BackColor="#eeeeee" SelectedItemStyle-BackColor="yellow" OnItemCommand="DataList_ItemCommand" OnCancelCommand="DataList_CancelCommand" AllowPaging="True" PageSize="30" PagerStyle-Mode="NumericPages">
&nb
| 对此文章发表了评论 |

