[Mono-dev] A Bug in mono-1.1.9
Chris Toshok
toshok at ximian.com
Sun Sep 18 18:59:28 EDT 2005
This is fixed in svn now.
Chris
On Sun, 2005-09-11 at 23:38 +0800, David wrote:
> This is not as expected:
> <%@ Page %>
> <html>
> <script runat="server">
> void OnButtonClick (object o, EventArgs args)
> {
> Console.WriteLine ("called");
> }
> </script>
> <body>
> <form runat="server">
> <input runat="server" id="reply" type="Button"<!-- instead of Submit-->
> onserverclick="OnButtonClick" value="Reply">
> </form>
> </body>
> </html>
More information about the Mono-devel-list
mailing list