|
-
Jul 14th, 2007, 03:31 PM
#1
Thread Starter
Addicted Member
[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?
-
Jul 14th, 2007, 04:03 PM
#2
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.
-
Jul 14th, 2007, 04:23 PM
#3
Thread Starter
Addicted Member
Re: [2005] Load XML into DataGridView
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|