Re: "Invalid Argument" in IE, but not in FF.

  •  05-02-2008, 2:03 PM

    Re: "Invalid Argument" in IE, but not in FF.

    phillybob:
    We were looking at this and also get the error in IE. We're running in a master page with our update panel hosted inside the Content. We also tried downloading the new dll with no success. Any updates?
     
    phillybob,
     
    In download package, we have many examples which use the Master page, update panel.
     
                         <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                                <ContentTemplate>
                                    <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
                                    </asp:ContentPlaceHolder>
                                </ContentTemplate>
                            </asp:UpdatePanel>
     
    Do those examples work for you?
     
    If yes, can you create a simple example showing the problem and send it to me?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View Complete Thread