Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
5124 Points
2025 Posts
Aug 19, 2011 07:03 AM|LINK
i found how to read the data using simple datase. like below
DataSet ds = new DataSet();
ds.ReadXml(fuOriginFile.PostedFile.FileName);
now i can process the single data, so, i want to know how to write the data one by one?
jeyaseelan@a...
Contributor
5124 Points
2025 Posts
Re: ResXResourceWriter doubt
Aug 19, 2011 07:03 AM|LINK
i found how to read the data using simple datase. like below
DataSet ds = new DataSet();
ds.ReadXml(fuOriginFile.PostedFile.FileName);
now i can process the single data, so, i want to know how to write the data one by one?
J.Jeyaseelan