如何在asp net中的页面加载时显示等待图像
我想在页面加载事件上显示等待图像/进度条。在页面加载事件中,正在处理一些代码来显示报告,该报告需要 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 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?