Hi Friends
I am working on a web application and i have to upload data on sql server from csv file the data is in the bulk everything is fine i upload data successfully but i have a problem i have to show the upload status simultaneously by showing a progress bar with the exact status so how i do this because currently i use a label to show uploaded records but it does not increment one by one it just hang up for the whole uploading time and show the total records at the end when uploading finish.