ProgressBar while transferring data from Excel sheet to SQL database table
- by Sagar patel
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?