[Mono-dev] A Bug in mono-1.1.9

David jiangchengyao at gmail.com
Sun Sep 11 11:38:43 EDT 2005


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