I have some problems getting the data read in the separate column from the XML partition I will get a new C # coder help Will be appreciated.
XDocument xmlDoc = XDocument.Load ("emailss.xml"); Select var t = to xmlDoc.Descendants ("dt") (string) c.Element ("name") + (string) c.Element ("email"); Foreach (string item t) {listView.Items.Add (item); }
XDocument xmlDoc = XDocument.Load ("emailss.xml") ; New {name = E. in var t = to xmlDoc.Descendants ("dt") Select Element ("name"). Value, email = e Element ("Email"). Values,}; Forward (different items in T) {var lvi = listView.Items.Add (item.Name); Lvi.SubItems.Add (item.Email); }
Comments
Post a Comment