Hi. I intend to implement a progress bar on button click event in my asp.net c# project via
https://www.aspsnippets.com/Articles/Show-progress-bar-on-Button-Click-in-ASPNet.aspx
I wish to add percentage with real time update on progress. Look forward to help in doing so. Thanks. Sat
No it is not possible as HTTP is stateless i.e. Client and Server never contact each other once process starts.
Example, lets say you request file download but cancel on 50% Server will never know it.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.