[Mono-bugs] [Bug 76565][Maj] Changed - Error Page_Validators is undefined in Internet Explorer

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Jan 15 09:03:53 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76565

--- shadow/76565	2006-01-15 07:52:24.000000000 -0500
+++ shadow/76565.tmp.31761	2006-01-15 09:03:53.000000000 -0500
@@ -73,6 +73,31 @@
 
 ------- Additional Comments From vigs at lycos.com  2006-01-15 07:52 -------
 For your last comment you might want to check Bug#77261 for the fix. 
 
 Here is a direct link to it.
 http://bugzilla.ximian.com/show_bug.cgi?id=77261
+
+------- Additional Comments From robertj at gmx.net  2006-01-15 09:03 -------
+I cannot reproduce the bug from message 1 with mono 1.1.13
+and this test case:
+
+
+<%@ Page language="c#"%>
+<script runat="server">
+void btn_Click (object sender, EventArgs e)
+{
+	btn.Text = "Clicked";
+}
+</script>
+<html>
+<body>
+<form id="frm" method="post" runat="server">
+<asp:Button onclick="btn_Click" id="btn" runat="server"
+Text="Post"></asp:Button>
+</form>
+</body>
+</html>
+
+
+The bug from message 2 is indeed bug #77261
+


More information about the mono-bugs mailing list