Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Saving excel file using asp.net
Name: judge_a_ba Date: August 13, 2004 at 12:27:36 Pacific OS: win2k server CPU/Ram: na
Comment:
Hi, I'm using asp.net to generate an excel file. When I run the saveas command, not only does the file save, but a shortcut is placed in the c:/ directory. Also a file with no extension that appears to be a random file is saved in the same directory as the saved file. Can anyone tell me why this happens or ways to avoid it from happening? Thanks!
Summary: Hi I am trying to read from an excel file to my asp.net pages. Everything displays fines except the column the has decimal values in it. In my excel files I am restricting the Cell format to only show...
Summary: Hello I am trying to export a datagrid to an excel file using VB.NET. I can do it in ASP.net like this: Dim oDS As DataSet = reports.GetDataset(StoredProcedure, oparams) Dim DG As New DataGr...
Summary: Hi, I am using ASP.Net and my files are working fine in localhost. when I promote the files in remote server it says some configuration error. Server Error in '/' Application Configuration Error Descr...