all groups > asp.net datagrid control > july 2006 >
You're in the

asp.net datagrid control

group:

How generate the data from a GridView to a text file?


Re: How generate the data from a GridView to a text file? Ken Cox [Microsoft MVP]
7/13/2006 7:13:31 PM
asp.net datagrid control:
Hi Carlos,

Wouldn't you want to export the underlying dataset rather than the GridView?

DataSet.WriteXml Method
Writes XML data, and optionally the schema, from the DataSet.

http://msdn2.microsoft.com/en-us/library/system.data.dataset.writexml.aspx

Ken
Microsoft MVP [ASP.NET]

[quoted text, click to view]

How generate the data from a GridView to a text file? Carlos
7/13/2006 7:42:00 PM
Hello all
I have infromation that change every time, I created a button to export this
data to a text file.
It's possible? There is a command or a script or another solution?

Thanks in advanced.
C.

Re: How generate the data from a GridView to a text file? Carlos
7/14/2006 2:54:41 PM
Thanks a lot
C.

[quoted text, click to view]

AddThis Social Bookmark Button