|
-
July 9th, 2007, 06:12 PM
#1
is it possible ?!
i need to export all the data from my datagrid view to a text file on my desktop .
is it possible to do that ?
-
July 9th, 2007, 06:39 PM
#2
Re: is it possible ?!
You can use the dataSet to save the content to a xml file:
Code:
ds.WriteXml(@"C:\Data.xml");
Bogdan
If someone helped you then please Rate his post and mark the thread as Resolved
Please improve your messages appearance by using tags [ code] Place your code here [ /code]
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
|