I have an Asp.net application and database(Sql Server) with more than 3 lac records. When I am exporting data to excelsheet using my local system, its working fine. But when I am doing it on client side, Its getting error
"Index was outside the bounds of the array." This error gets printed in Excel sheet, Also the whole UI also gets copied to excel Sheet.
What should I do?
Please Help.
Go to the complete details ...