datagrid to text file

G

Guest

I have a datagrid being populated from an XML file. The datagrid also has
textboxes in it to allow the user to enter in data, now I want to be able to
export the data in the grid even the text boxes into a text file. I see ways
to export it to excel and a csv file, but how can i dump it to a text file?
 
G

Guest

Hi,

Use
Response.ContentType = "application/vnd.text";

I hope this will solve your problem.

Balakrishna
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top