Ritu Singh
Solution:
If you are aiming for 1000+ processing events, then using SignalR will be the better option. Refer to this> link and learn about SignalR.
The following is the code that you can refer to:
Setup processing step in the updated panel and click a button. This will enable you to run the code. After this, check for the client-side code then click on the button again.
Output:
Thus, the aforementioned method works for roughly 20 to 75 process steps. If additional steps are needed, you should use a different technology, like SignalR.
Suggested blogs:
>>Step by Step guide to Deploy Terraform in Azure using GitHub Actions
>>Testing react components using Hooks and Mocks
>>Use Firebase Realtime Database with ASP.NET MVC App
>>How to assign multiple const variables in a single declaration in TypeScript?
>>How to handle more than 100 cases neatly on Typescript?
>>Type inference with 'as const' IN TypeScript
>>Use of Singletons in .NET Core in AWS Lambda