使用AJAX Flicker的最佳做法是什么? [英] What's the best practice for using AJAX Flicker?

查看:54
本文介绍了使用AJAX Flicker的最佳做法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hey Guys,



我的整个网站是否可以在每个可以应用的页面上免费闪烁?



谢谢,

Hey Guys,

Is it advisable to make my whole website flicker free on every possible page that it can be applied?

Thanks,

推荐答案

强烈推荐使用更新panal ..



提供这个



http://www.asp.net/web-forms/tutorials/aspnet-ajax/understanding-asp-net-ajax-updatepanel-triggers [ ^ ]
Strongly recommented to use update panal..

Reffer this

http://www.asp.net/web-forms/tutorials/aspnet-ajax/understanding-asp-net-ajax-updatepanel-triggers[^]


Your TargetPanel is here
<asp:Panel ID="panelPost" runat="server" CssClass="cpBody">
<div>
//Ur collapsible Content
</div>
</asp:Panel>
And now we are preventing the flickering by the CSS style and the style is as follows.
.cpBody
{
height:0px;
overflow: hidden;
}


这篇关于使用AJAX Flicker的最佳做法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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