Sync Mulitple Devices Using Same Form

Denny Munson 1 Reputation point
2021-11-14T17:48:09.737+00:00

I am developing a web based vehicle checkout form in which multiple users can log into the same form and perform the checkout for the same vehicle. The form contains approximately 100 checkboxes and is split up into 6 or so sections.

I was going to use update panels per section, to allow users to post back the results of their section of the checkout. My problem is that I need the other's that are logged into that same checkout need to see the sections update in real time, as the other users post the results of their sections.
For this function I was thinking of using a Timer control and updating pages every 30 seconds; however, I don't want to update the whole page because this will take focus away from checkboxes that the current users are focused on. How would I update the other user's without them losing focus on the current section that they are working in?

Any suggestions or help is greatly appreciated.

Thank you,

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,272 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,579 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,066 Reputation points
    2021-11-16T06:42:31.713+00:00

    Hi @Denny Munson ,
    There is a trigger in the update panel.It use AsyncPostBackTrigger to cause a partial page update.
    Best regards,
    Yijing Sun


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments