部分回发无法按预期工作

编程入门 行业动态 更新时间:2024-10-26 04:32:14
本文介绍了部分回发无法按预期工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

您好,您是否知道如何说服下面的事情说部分回发可以运行,但又不刷新Silverlight控件?更新div2就足够了. 这是代码的结构:

Hi, do you please have any idea how to convince that thing below that the partial postback could run but without refreshing of that silverlight control? To update div2 would be enough. This is the structure of the code:

<telerik:RadAjaxManagerProxy runat="server" ID="ajaxManagerProxy"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="div1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="div2" UpdatePanelRenderMode="Inline" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManagerProxy> <div id="div1"> RadTabStrip1 "event OnTabClick is defined".... RadMultiPage1... PageView1 .... PageView2 .... <table> <td><tr> <asp:Panel ID="PanelForSVPlugin" runat="server"> <object id="SilverlightPlugin" ......> ..... </div> <div id="div2"> RadTabStrip2.... RadMultiPage2... </div>

推荐答案

我认为问题出在更新的控件"中.但是我已经使用了所有想法,但没有任何效果.还是结构完全错误? I think that the problem is in Updated Controls. But I already used all the ideas which I had and nothing worked. Or is the strcuture completely wrong?

更多推荐

部分回发无法按预期工作

本文发布于:2023-10-12 23:13:55,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1486156.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:工作

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!