ProgressBar while transferring data from Excel sheet to SQL database table
Posted
by
Sagar patel
on Stack Overflow
See other posts from Stack Overflow
or by Sagar patel
Published on 2012-11-02T09:22:57Z
Indexed on
2012/11/02
11:00 UTC
Read the original article
Hit count: 219
Can anyone tell me how to show animated progress bar while the data from an Excel sheet to a SQL database table is being transfered?
I have a form in .aspx
page. In that form, there is one FileUpload
control that uploads an Excel file. While uploading that file and saving it on the server at the same time I'm transferring the data from the Excel sheet to a SQL table. During this transfer, I want to show a ProgressBar
and after transferring all data it will be removed automatically..
Is there something I can do to achieve this?
© Stack Overflow or respective owner