如何在asp net中的页面加载时显示等待图像

发布于 2024-10-14 09:17:21 字数 214 浏览 6 评论 0原文

我想在页面加载事件上显示等待图像/进度条。在页面加载事件中,正在处理一些代码来显示报告,该报告需要 1/2 分钟才能显示在 aspx 页面上,同时 aspx 为空并且没有任何显示,这不太用户友好。所以,我想显示一个图像,指示页面正在处理。 我尝试在谷歌中搜索并找到了一些代码示例,但无法实现我的目标。如何实现这一点。 要求无非是:显示图像/进度条,直到处理报告。

对此有任何帮助:) 提前致谢。

I want to show a waiting image/progress bar on page load event. In page load event, some code is being processed for displaying a report which takes 1/2 minutes to display on the aspx page, meanwhile the aspx is being empty and nothing is displyed, this is not so userfriendly. So, I want to show an image indicating page is being processed.
I tried searching in google and found some code samples but couldnt achieve my target. How to implement this.
Requirement is nothing but: Display an image/progress bar until the report is processed.

Any help in this :) Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

罪#恶を代价 2024-10-21 09:17:21

为什么不使用 Ajax 和 AjaxProgressBar。在 AjaxProgressbar 中,您可以提供自定义图像来提供处理消息。

我误解了你的问题吗?

Why don't you use Ajax and AjaxProgressBar. In the AjaxProgressbar you can give your custom images to give your processing message.

Have i misunderstood your question?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文