Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

WebDialogWindow and asp:UpdatePanel

Last post 08-07-2008 1:40 by [Infragistics] Rumen Stankov. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 08-06-2008 8:28

    • sdmorris
    • Not Ranked
    • Joined on 06-11-2008
    • Points 55

    WebDialogWindow and asp:UpdatePanel

    I tried to use a WebDialogWindow inside a WARP and itdid not work.

    Looking in this forum, I saw that the WebDialogWindow is not compatible with the WARP and Infragistics suggests using the AJAX UpdatePanel instead.

    So, I swapped my WARP panel for an UpdatePanel and I get error messages on every element inside thh update panel, such as

    C:\projects\PressProductionManager\SiteClient\Default.aspx(714): Build (web): Type 'System.Web.UI.UpdatePanel' does not have a public property named 'WebDialogWindow'.
    C:\projects\PressProductionManager\SiteClient\Default.aspx(716): Build (web): Type 'System.Web.UI.UpdatePanel' does not have a public property named 'ContentPane'.
    C:\projects\PressProductionManager\SiteClient\Default.aspx(717): Build (web): Type 'System.Web.UI.UpdatePanel' does not have a public property named 'Template'.
    C:\projects\PressProductionManager\SiteClient\Default.aspx(718): Build (web): Type 'System.Web.UI.UpdatePanel' does not have a public property named 'table'.
    C:\projects\PressProductionManager\SiteClient\Default.aspx(719): Build (web): Type 'System.Web.UI.UpdatePanel' does not have a public property named 'tbody'.

    etc.

    What am I missing?

     

     

    • Post Points: 20
  • 08-07-2008 1:40 In reply to

    Re: WebDialogWindow and asp:UpdatePanel

    Hello,

    asp:UpdatePanel works a little bit differently from WARP - it requires ContentTemplate first, and the actual content can be embedded there. Example

    <asp:UpdatePanel runat="server" ID="UpdatePanel1">

         <ContentTemplate>

               <ig:WebDialogWindow .... />
     

        </ContentTemplate> 

    </asp:UpdatePanel> 

    Please, let me know if this helps. 

    Best Regards,
    Rumen Stankov (MCSD.NET)
    The Infragistics ASP.NET Team
    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems