当前注册人数422990人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB Android   站内搜索 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

An UpdateProgress Control in Modal Popup Style in Ajax

ajax在弹出对话框中实现一个UpdateProgress进度条控件源代码

2008年05月18日
JScript, XML, HTML, C# 2.0, C#, Windows, .NET, .NET 2.0, ASP.NET, WebForms, Ajax, VS2005, VS, Dev
ASP.NET中的AJAX提供了一个很酷的进度条UpdateProgress控件,它是一个很好的进度指示器。但是,如果在进度条展示的时候,页面上的其他元素都不可用或许更好些。所以,文章通过作为一个模式的弹出对话框展示进度条,从而达到我们的目的。
相关知识

If you open up System.Web.Extensions.dll using reflector, you will be able to look up how UpdateProgress control works. Simply put, it implements IScriptControl's two methods GetScriptDescriptors() and GetScriptReferences(). According to the AJAX documentation, GetScriptDescriptors() returns a list of components, behaviors, and client controls required for the UpdateProgress control's client functionality; and GetScriptReferences() returns a list of client script library dependencies for the UpdateProgress control. In GetScriptDescriptors(), the UpdateProgress control registers a ScriptControlDescriptor with type name Sys.UI._UpdateProgress, which is a class available in MicrosoftAjaxWebForms.js (MicrosoftAjaxWebForms.js is one of the ASP.NET AJAX client script libraries, embedded in the System.Web.Extensions.dll). It is pretty straightforward to understand the logic in Sys.UI._UpdateProgress by looking into the debug version of MicrosoftAjaxWebForms.js.

源代码原文下载:
Atlas: ModalUpdateProgress - An UpdateProgress Control in Modal Popup Style A progress indicator control that works in a modal popup style.

源码图片

点击链接查看大图
从本站下载附件及源代码(1个附件,已经成功下载959次)

最值得关注的外文源代码

Prototype Window
File Upload Progress bar without Using AJAX
Javascript and AJAX solution for inline edit in GridView
Ajax Tabs Content Script (v 2.0)
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论82次,此处显示最近20次评论! 查看所有评论

yndxstxy2010jrsx  2014年08月12日
kankana
panweiye  2014年03月30日
下了,不错,
vber  2012年10月26日
看看
yong230  2012年09月08日
谢谢分享!
aoguren  2012年04月20日
谢谢了。
494507630  2012年04月07日
谢谢分享
chenjijie  2011年12月26日
分享是一种快乐
drsn  2011年10月09日
学习
zensst  2011年04月03日
分享是一种快乐
wedu  2010年09月28日
学习一下
lqmlcfj  2010年05月18日
很好非常感谢
lukui8193  2010年05月17日
hao
sunwei  2009年07月30日
啊!!编程是很神圣的职业 谢谢前辈们
yanseeker  2009年07月08日
很好的
ginger  2009年05月15日
很好的~
samhuang  2009年05月09日
很好啊
搜搜王  2009年04月08日
很好啊
html2009  2009年03月04日
有些地方还需要改进,期待...
yuler  2009年02月23日
用用看
kun6660  2009年02月09日
学习一下
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明