Error “Sub reports within table/matrix cells are ignored” when exporting SRS Reports to Excel

If you make an SRS report that uses Data table and has sub-reports included, you will see the below error when the report is exported to Excel. Export to PDF format works just fine but when you export to Excel the excel file will not show the details included in the sub-report. Instead the sub-report… Read More: Error “Sub reports within table/matrix cells are ignored” when exporting… »

Freeze header and the first column of the GridView control

There have been often times when the customers (familiar with Excel Freeze Options) have asked for the same functionality on ASP .NET forms. There is no direct property that would allow users to either fix the header or the column. The html concept of was hard to find with GridView control. We found a solution… Read More: Freeze header and the first column of the GridView control »