Xml与DataList实现导航功能
Xml与DataList实现导航功能
Company.xml
<?xml version="1.0" encoding="utf-8" ?>
<Items>
<Item ID="0" ItemName="添加公司" ItemUrl="CompanyInfoAdd.aspx"></Item>
<Item ID="1" ItemName="公司信息" ItemUrl="CompanyList.aspx"></Item>
<Item ID="2" ItemName="用户注销" ItemUrl="../Personal/LoginOut.aspx"></Item>
<Item ID="3" ItemName="修改密码" ItemUrl="../Admin/Password.aspx"></Item>
</Items>
...................
本篇文章来源于 http://www.17aspx.com/
原文链接:http://www.17aspx.com/html/aspnet/xml/2010/0128/705.html