all the changes I make when I run a silverlight control dissapear when occurs a postback

Last post 10-11-2009 6:00 PM by mlho. 0 replies.

Sort Posts:

  • all the changes I make when I run a silverlight control dissapear when occurs a postback

    10-11-2009, 6:00 PM
    • Member
      point Member
    • mlho
    • Member since 08-30-2009, 4:03 PM
    • Posts 7

    Hi, i have problem when shot a postback into my silverlight control, all the changes I make when I run this silverlight control dissapear,and in any control of silverlight, I use an UpdatePanel with the property UpdateMode = "Conditional", look this code...

    <asp:UpdatePanel ID="UpdatePanelItems" runat="server" UpdateMode="Conditional">
                        <ContentTemplate>
                            <sl:Silverlight ID="Silverlight1" runat="server"
                            Source="~/ClientBin/myapp.xap"
                            Width="540px" Height="440px"/>

                        </ContentTemplate>
    </asp:UpdatePanel>
    <asp:Button ID="Button1" runat="server" Text="Add" OnClick="Button1_Click" />


    Please help!!! thanks

Page 1 of 1 (1 items)