Export the Data to Excel
-
Hi I am Exporting The dataGrid Data To Excel..i have done it but the problem is in my grid lots of data So i have used Paging in That when i m exporting the Grid Data insted of Exporting Whole Data it export only those data which shown in Grid and i want to export whole data.. pls tell me how can i acheive my target.. Thanks in Advance Avesh
-
Hi I am Exporting The dataGrid Data To Excel..i have done it but the problem is in my grid lots of data So i have used Paging in That when i m exporting the Grid Data insted of Exporting Whole Data it export only those data which shown in Grid and i want to export whole data.. pls tell me how can i acheive my target.. Thanks in Advance Avesh
Try this.. Add the following code before export to excel. GridView1.AllowPaging = False GridView1.DataBind() In the pageload set allowpaging true to the gridview
You can't do everything... But you can do something... So never refuse to do something that you can.....