Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pva1958

    Unusual XML file

    Thank you everyone. This worked for me: namespace A { class Program { static void Main(string[] args) { var result = from e in XDocument.Load("abc.xml").Root.Descendants("hashtable").Elements("entry") let array =...
  2. pva1958

    Unusual XML file

    Hello, I'm an ASP.NET developer. I don't have much experience with XML, but I know how to read the XML files and display them in the Gridview. The file I'm dealing with now is quite unusual, and I'm not sure how to read it. It has only 3 tags: <hashtable>, <entry> and <string>. It doesn't even...

Part and Inventory Search

Back
Top