http://www.c-sharpcorner.com/Code/2003/Sept/ExportASPNetDataGridToExcel.asp
This article describes how to export to excel, but I'm getting error concerning:
private void ClearControls(Control control)
error is..type or namespace Control could not be found...
Anyone else have similar error and solution?
Praaka