csharp: DataRelation objects to represent a parent/child/Level relationship
///
///
///
///
///
protectedvoidPage_Load(objectsender,EventArgse)
{
varsections=newList
{
newSection{Id=1,Name="中国",ParentID=0},
newSection{Id=2,Name="江西",ParentID=1},
newSection{Id=3,Name="江苏",Par