Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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:

ASP.NET
<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>
Posted
Updated 12-Feb-12 4:16am
v2

1 solution

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?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900