Hi,
Any idea's how to export the data in a datagrid into excell.
Response.AddHeader("content-disposition", "attachment; filename=Proform_Job_Checker.xls"
Response.ContentType = "application/vnd.ms-excel"
I have this code so far it only seems to work when I allow paging whic of course only exports 10 lines. I would like tp export all the data that comes back from the query.
Cheers,
Rachel.
Any idea's how to export the data in a datagrid into excell.
Response.AddHeader("content-disposition", "attachment; filename=Proform_Job_Checker.xls"
Response.ContentType = "application/vnd.ms-excel"
I have this code so far it only seems to work when I allow paging whic of course only exports 10 lines. I would like tp export all the data that comes back from the query.
Cheers,
Rachel.