I am using the grid view control and saving the grid rows to excel.
I was wondering if there is a way to specify the name of the file programatically and to not take it from the user.
The below function call always opens the Save As dialog -
Any ideas would be greatly appreciated.
-Shilpa.
I was wondering if there is a way to specify the name of the file programatically and to not take it from the user.
The below function call always opens the Save As dialog -
RadGrid1.MasterTableView.ExportToExcel();
Any ideas would be greatly appreciated.
-Shilpa.