Click here to Skip to main content
15,915,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I have a problem while downloading Excel file(around 16MB Data) from the asp.net coding,but I am getting only some of the data around(4MB).

I have tried with changes in system.web by adding maxRequestLength but still I am facing the problem

Please can any one give me the idea/solution to download excel with complete data
from grid to excel or datatable to excel.

Thanks in advance....
Posted

1 solution

if i remeber right, .xls cant support more than 4 MB, change extension to .CSV, this format is pretty the same(by default opened by Excel) but dont have a size limit
Hope it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900