File tree 1 file changed +51
-0
lines changed
1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change
1
+ //web.sitemap
2
+
3
+ <?xml version="1.0" encoding="utf-8" ?>
4
+
5
+ <siteMap xmlns="http://schemas.microsoft.com/AspNet/SiteMap-File-1.0">
6
+
7
+ <siteMap Node url="vártak.aspx" title="Vartak" description="">
8
+
9
+ <siteMap Node uri="com.aspx" title="Commerce" description=""> <siteMap Node url="bms.aspx" title="BMS" description="" />
10
+
11
+ <siteMap Node url="bbi.aspx" title="BBI" description="" />
12
+
13
+ <siteMap Node url="bcom.aspx" title="BCOM" description="" />
14
+
15
+ </siteMap Node>
16
+
17
+ <siteMap Node url="sci.aspx" title="Science" description="">
18
+
19
+ <siteMap Node url="plain.aspx" title="Plain" description="" />
20
+
21
+ <siteMap Node uri="it.aspx" title="IT" description="" />
22
+
23
+ <siteMapNode url="cs.aspx" title="CS" description="" /> <siteMap Node url="bt.aspx" title="BT" description="" />
24
+
25
+ </siteMapNode>
26
+
27
+ </siteMapNode>
28
+
29
+ </siteMap>
30
+
31
+ //vartak.aspx
32
+
33
+ <asp:Label ID="Label1" runat="server" Text="Welcome to vartak
34
+
35
+ college"></asp:Label>
36
+
37
+ <asp:TreeView ID="TreeView1" runat="server"
38
+
39
+ DataSourceID="sitemapds1">
40
+
41
+ </asp:TreeView>
42
+
43
+ <asp:SiteMapPath ID="SiteMapPath1" runat="server">
44
+
45
+ </asp: SiteMapPath>
46
+
47
+ <asp:Menu ID="Menu1" runat="server" DataSourceID="sitemapds1">
48
+
49
+ </asp:Menu>
50
+
51
+ <asp:SiteMapDataSource ID="sitemapds1" runat="server" />
You can’t perform that action at this time.
0 commit comments