========= XML FILE ============
----- We have an xml file containing heirarchical data and we have to show output like - ----
================================================
Create an xml file
<?
<
</
=================================
next come to source view == =========
add this following code --
<%
=====================================
now in the code behind ------------------
write following code ----------------
using
public
{
ds.ReadXml(MapPath(
CategoryRepeater.DataSource = ds;
CategoryRepeater.DataBind();
}
PlayerRepeater.DataSource = drv.CreateChildView(
PlayerRepeater.DataBind();