Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在网页中一个一个地加载大约 19 个用户控件,以便当其他控件同时加载并附加到单个网页中时,我可以访问加载的用户控件
页面中有大约 19 个 UpdatePanel。在每个控件中都有一个 Timer,它将触发 UserControl 的加载。这样,每个 Usercontrol 都会在 Timer 事件上加载,并且用户可以在加载时使用它。
由于 Web 浏览器可以有 6 个并发 AJAX 请求,因此请确保您的计时器定期启动。