Page_Load vago protegido (remetente do objeto, EventArgs e)
{
XDocument carregou = System.Xml.Linq.XDocument.Load (@ " C:\test.xml ");
var q = de c no carregado. Descendentes (“chave”) .DescendantsAndSelf (). Elementos ()
selecionar novo {MainTitle = c.Parent.Attribute (“título”). Valor, título = c.Attribute (“título”). Valor};
GridView1.DataSource = q.ToList ();
GridView1.DataBind ();
}
|