Mega Code Archive
Categories
/
ASP.Net Tutorial
/
XML
Nested GridView for display XML document
<%@ Page Language="C#" AutoEventWireup="false" %>
Nested Grids
<%#XPath("./Title")%>
<%#XPath("./Director")%>
Starring...
' runat="server">
<%#XPath(".")%>
File: Data.xml
title 1
directory 2
1
star 1
star 2
title 2
directory 2
2
star 3
star 4