I have a requirement to add a progress bar to my ASP.Net application and am stuck on how to go about achieving this. I have searched many examples and none quite cover what I am trying to do or my ignorance hinders me.
Basically, I am just reading an .xlsx file and handling the data as needed. What I need is a way to track the progress of how many records have been read and update the progress bar accordingly.
Examples I have read include using web services, AJAX, jQuery, Web methods, etc. I feel that I am missing some basic understanding of what I need to do and can't pull all the pieces together.
I am just looking for ideas or suggestions and would appreciate any.
Thank you.