Asp.net Ajax进度模板 [英] Asp.net ajax progress template

查看:68
本文介绍了Asp.net Ajax进度模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要将单独更新的更新面板内容显示为灰色.

我使用了 http://thecodebug.com/?p=33#comment-2093 [ ^ ].如果我使用此方法,则点击事件的按钮没有被触发.loading div正在连续运行...

请帮助我.太紧急了

Hai

I need to gray out the update panel content which is getting updated alone.

I used the methd mentioned in http://thecodebug.com/?p=33#comment-2093[^].If i use this means,On click event of the button is not getting triggered.That loading div is running continuously...

Pls help me. Its too urgent

推荐答案

看看这些示例,以了解Update Progress的实现和工作方式:
MSDN:UpdateProgress控件概述 [ CP:ASP.NET AJAX扩展的UpdateProgress控件 [ AJAX.NET UpdateProgress控件 [ ASPNET教程: ASP.NET和C#中的AJAX UpdateProgress控件简介 [
Have a look at these samples to understand the implementation and working of Update Progress:
MSDN: UpdateProgress Control Overview[^]
CP: The UpdateProgress Control of ASP.NET AJAX Extensions[^]
AJAX.NET UpdateProgress control[^]
ASPNET Tutorial: Introduction to AJAX UpdateProgress Control in ASP.NET and C#[^]


.blur
{

    background-color: White;

   filter: alpha(opacity=50);
    opacity: 0.7;

    z-index: 120;

}









<asp:UpdateProgress ID="UpdateProgress2" runat="server" >
    <ProgressTemplate>
                  <div id="Imgt"    style="position: absolute;width:1030px; height:300px;" align="center" valign="middle" runat="server" class="blur">
                  <img src="ajax-loader (5).gif"  style="position:relative;right:100px" /><br />

                  </div>
                  </ProgressTemplate>
  </asp:UpdateProgress>


这篇关于Asp.net Ajax进度模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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