Do you modified the GitHub project on your local CPU and it doesn't work as expected or you want to know how to build multiple progress bar based on the GitHub demo?
Best Regards,
Jean
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Hi jean Sun,<br>
<br>
Yes i wan to know how to add multiple progress bars in same page based on github demo<br>
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Views/Job/Index.cshtml<br>
<br>
I try to add another progress bar on above page. But progress bar working one by one not parlellel. Whch means i have to wait until finish first(preivos )progress bar request complete. In my case i want parlellel with multple request.<br>
<br>
Thank you
Regards,
Yasin,
Copy & Paste will save the time ,not the Knowledge
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
103 Points
311 Posts
multiple progress bars
Oct 12, 2017 03:47 PM|smd_yasin|LINK
Hello,
how can i show multiple progress bars with multiple requests in same page(like send request from Each row button from gird)?
i'm using below GitHub code https://github.com/samueldjack/SignalRDemo
C# Server Side Code:
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Services/Job.cs
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Services/JobManager.cs
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Hubs/ProgressHub.cs
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Controllers/JobController.cs
Client Side Code:
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Views/Job/Index.cshtml
but with that i cannot run multiple progress bars on same page.
Please Help.
Yasin,
Copy & Paste will save the time ,not the Knowledge
Participant
1061 Points
665 Posts
Re: multiple progress bars
Oct 12, 2017 05:55 PM|jzero|LINK
I think you can but have to go back to basics. I think these links can help you to achieve what you want
https://www.asp.net/signalr
https://docs.microsoft.com/en-us/aspnet/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client
Contributor
6490 Points
2525 Posts
Re: multiple progress bars
Oct 13, 2017 09:18 AM|Jean Sun|LINK
Hi smd_yasin,
What's your problem now?
Do you modified the GitHub project on your local CPU and it doesn't work as expected or you want to know how to build multiple progress bar based on the GitHub demo?
Best Regards,
Jean
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
103 Points
311 Posts
Re: multiple progress bars
Oct 13, 2017 06:37 PM|smd_yasin|LINK
Hi jean Sun,<br>
<br>
Yes i wan to know how to add multiple progress bars in same page based on github demo<br>
https://github.com/samueldjack/SignalRDemo/blob/master/ProgressReporting/ProgressReporting/Views/Job/Index.cshtml<br>
<br>
I try to add another progress bar on above page. But progress bar working one by one not parlellel. Whch means i have to wait until finish first(preivos )progress bar request complete. In my case i want parlellel with multple request.<br>
<br>
Thank you
Yasin,
Copy & Paste will save the time ,not the Knowledge
Contributor
6490 Points
2525 Posts
Re: multiple progress bars
Oct 17, 2017 07:40 AM|Jean Sun|LINK
Hi smd_yasin,
I forked the project from GitHub and added the multiple progress bar function to the project. It works as the following on my side.
Best Regards,
Jean
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
103 Points
311 Posts
Re: multiple progress bars
Oct 17, 2017 11:11 AM|smd_yasin|LINK
You are Awesome. working great, you make my life easier.
Thank you so much.
Yasin,
Copy & Paste will save the time ,not the Knowledge