[Mono-bugs] [Bug 620456] Getting 'Operation is not valid due to the current state of the object' when using Telerik Ajax and master page
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Wed Jul  7 18:22:31 EDT 2010
    
    
  
http://bugzilla.novell.com/show_bug.cgi?id=620456
http://bugzilla.novell.com/show_bug.cgi?id=620456#c2
Gustavo Benitez <gustavo.benitez.cuba at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW
       InfoProvider|gustavo.benitez.cuba at gmail. |
                   |com                         |
--- Comment #2 from Gustavo Benitez <gustavo.benitez.cuba at gmail.com> 2010-07-07 22:22:31 UTC ---
Here you go:
MASTER PAGE
-----------
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:ContentPlaceHolder ID="cp1" runat="server">
</asp:ContentPlaceHolder>
CONTENT PAGE
-------------
<script runat="server">
    protected void Button1_Click(object sender, EventArgs e)
    { Label1.Text = DateTime.Now.Millisecond.ToString();  }
</script>
<asp:Content ID="Content1" ContentPlaceHolderID="cp1" runat="server">
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="Button1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="Label1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    <asp:Button ID="Button1" runat="server" Text="Button"
OnClick="Button1_Click" />
    <asp:Label ID="Label1" runat="server" />
</asp:Content>
-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
    
    
More information about the mono-bugs
mailing list