EVAL绑定2个字段
Code
<ul style="display: inline;">
<li style="display: inline;"><a href='<%#Eval("CatalogId","Catalog.aspx?catalogId={0}")+Eval("ID","&typeId={0}")%>'>
<asp:Label ID="lbCatalogName" runat="server" Text='<%#Eval("TypeName") %>'></asp:Label>
</a></li></ul>
<ul style="display: inline;">
<li style="display: inline;"><a href='<%#Eval("CatalogId","Catalog.aspx?catalogId={0}")+Eval("ID","&typeId={0}")%>'>
<asp:Label ID="lbCatalogName" runat="server" Text='<%#Eval("TypeName") %>'></asp:Label>
</a></li></ul>