部分回发无法按预期工作 [英] partial postback doesn't work as expected

查看:82
本文介绍了部分回发无法按预期工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,您是否知道如何说服下面的事情说部分回发可以运行,但又不刷新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?


这篇关于部分回发无法按预期工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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