在ASP
SITEMAPDATASOURCE控件中
<siteMap xmlns=
<siteMapNode url=
<siteMapNode url=
<siteMapNode url=
</siteMapNode>
</siteMap>之後
<script runat=server>
protected void Page_Load()
{
int index =
Int
Tabs
}
</script>
<html xmlns=
<head id=
<title>Untitled Page</title>
<style>
a
{
color
text
}
{
background
padding
}
{
background
padding
}
</style>
</head>
<body>
<form id=
<div>
<table>
<asp
<ItemTemplate>
<td width=
<a <%# Eval(
</td>
</ItemTemplate>
<SelectedItemTemplate>
<td width=
<a <%# Eval(
</td>
</SelectedItemTemplate>
</asp
</table>
<asp
</div>
</form>
</body>
</html>
就可以實現簡單的頁面導航的效果了
From:http://tw.wingwit.com/Article/program/net/201311/11279.html