Sponsored By
DataConverter
Advertise with Us
Advertisement
Advertise with Us
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
   

Home >> Other Programming >> XML >> read xml file data in C#
Author Post

Anurag Sharma


Total Post: 10
Member Since: 10/6/2010
Points: 52
read xml file data in C#
Posted On: 10/9/2010 3:40:33 AM
how to read xml file and data between nodes in C#?
i m new for that any helpful link?

thanks in advance
Author Post

Uttam Misra


Total Post: 113
Member Since: 6/2/2010
Points: 818
Re: read xml file data in C#
Posted On: 10/9/2010 4:28:57 AM

DataSet ds = new DataSet();

//reading XML file and storing its data to dataset.

ds.ReadXml("C:\\dataEmployee.xml");


dt = ds.Tables["Employee"];

Check this link...

http://www.mindstick.com/Articles/851bfc02-9c84-41c4-a3ca-d83b5fd0adf2/


Report Abuse Form
Reason:    
 
Total Online Users: 4339
Advertisement
MindStick DataConverter
Advertise with Us
  
Copyright © 2009 - 2013MindStick. All Rights Reserved.