-
It is a very common question is asp.net forum and other forum that how to export DataTable to excel in asp.net. There are various ways to export data to excel, such as: 1. Write As XML with .XLS extensions 2. Render DataTable as Excel 3. Uisng HtmlForm object 4. Using VerifyRenderingInServerForm Insha...