http://bugzilla.novell.com/show_bug.cgi?id=620456
http://bugzilla.novell.com/show_bug.cgi?id=620456#c2 Gustavo Benitez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|gustavo.benitez.c...@gmail. | |com | --- Comment #2 from Gustavo Benitez <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
