Page_Load vacío protegido (remitente del objeto, EventArgs e)
{
XDocument cargó = System.Xml.Linq.XDocument.Load (@ " C:\test.xml ");
var q = de c en cargado. Descendientes (“llave”) .DescendantsAndSelf (). Elementos ()
seleccionar nuevo {MainTitle = c.Parent.Attribute (“título”). Valor, título = c.Attribute (“título”). Valor};
GridView1.DataSource = q.ToList ();
GridView1.DataBind ();
}
|