Results 1 to 3 of 3

Thread: [RESOLVED] [2005] Load XML into DataGridView

Hybrid View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Posts
    153

    Resolved [RESOLVED] [2005] Load XML into DataGridView

    Is there a way to load an XML file into a DataGridView? I searched here, but all I find are unanswered posts... Is there a way?

  2. #2
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: [2005] Load XML into DataGridView

    You can read the XML into a DataSet and then display that in the DataGridView. Full step-by-step here: http://msdn2.microsoft.com/en-us/lib...3f(VS.80).aspx

    Good luck.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2007
    Posts
    153

    Re: [2005] Load XML into DataGridView

    Thanks very much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width