Click here to Skip to main content
15,920,633 members

Comments by santosh_131 (Top 7 by date)

santosh_131 26-Apr-17 10:53am View    
Are using any 3rd party generating excel file? it might have some Save or SaveAs function which might have one of the parameters as filepath
santosh_131 26-Apr-17 10:45am View    
try the above script and see
santosh_131 5-Mar-15 14:52pm View    
this might help you
http://www.codeproject.com/Articles/44274/Transpose-a-DataTable-using-C
santosh_131 5-Mar-15 14:47pm View    
Does table name for the datatable and in the report schema(in Field Explorer -under DatabaseFields) match?? it some times happens to me if they do not match. And also the fields layed out in the report should exist in the datatable retrieved from database.
santosh_131 25-Feb-15 10:17am View    
btnDownload is inside the gridview so you have to register it in the row databound event