在ASP.Net中显示DropDown Index Change和Page Load的进度条 [英] Show progress bar on DropDown Index Change and Page Load in ASP.Net

查看:71
本文介绍了在ASP.Net中显示DropDown Index Change和Page Load的进度条的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我根据此链接使用了进度条



http://www.aspsnippets.com/Articles/Show-progress -bar-on-Button-Click-in-ASPNet.aspx



但这段代码只有工作按钮点击,我还需要在下拉索引更改和页面加载请完整地根据此链接。

Hi
I used progress bar according this link

http://www.aspsnippets.com/Articles/Show-progress-bar-on-Button-Click-in-ASPNet.aspx

but this code only working button click, i need also in drop down index change and page load also please do need full according this link.

推荐答案

由于ShowProgress功能已经附加到提交按钮,请点击:



Since the ShowProgress function is already attached to the submit button click like:


' form')。live( submit function (){
ShowProgress();
});
('form').live("submit", function () { ShowProgress(); });





你可以只需再次单击提交按钮即可触发它: -





You can just click the submit button again to trigger it like:-


[id * = ddlCountries])。change( function (){
("[id*=ddlCountries]").change(function() {


这篇关于在ASP.Net中显示DropDown Index Change和Page Load的进度条的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆