Search results for query: *

  • Users: dubsdj
  • Content: Threads
  • Order by date
  1. D

    datagrid output to pdf

    Hi I'm trying to write my datagrid view to a pdf. I have done the following code but it just says the document is empty. Any idea? Response.ContentType = "application/pdf" Response.AddHeader("content-disposition", "attachment;filename=GridViewExport.pdf")...
Back
Top