M
Mr.Magic
I have an Excel file that have about 40,000 rows in it that I need to import
into a SQL Server table. I have the code to read the Excel spreadsheet. I
have the code to spin through it and add the records to SQL Server. The
problem is it takes so long to process all of these records that the page
times out.
I was thinking about do Ajax and doing partial page feedbacks. The problem
is that if I put the FileUpload object in an UpdatePanel, when you click
upload, HasFile for that object comes back false.
One other problem is that the Web server and the SQL Server are on different
networks so they are going through a VPN which is not the fastest thing
around.
Anybody have any suggestions?
TIA - Jeff.
into a SQL Server table. I have the code to read the Excel spreadsheet. I
have the code to spin through it and add the records to SQL Server. The
problem is it takes so long to process all of these records that the page
times out.
I was thinking about do Ajax and doing partial page feedbacks. The problem
is that if I put the FileUpload object in an UpdatePanel, when you click
upload, HasFile for that object comes back false.
One other problem is that the Web server and the SQL Server are on different
networks so they are going through a VPN which is not the fastest thing
around.
Anybody have any suggestions?
TIA - Jeff.