[Mono-dev] A Bug in mono-1.1.9

David jiangchengyao at gmail.com
Sat Sep 10 13:51:06 EDT 2005


Afer I update my mono to mono-1.1.9, I found a bug in my Asp.Net Web.
Sample like this:
.aspx file:
<input runat="server" id="reply" onserverclick="OnButtonClick" vaule="Reply">
.aspx.cs file
protected void OnButtonClick(object sender, System.EventArgs e){
// my code here
....................
}
 
When I click the button, nothing will happen.
But this was Ok in mono-1.1.8

I know mono-1.1.9 has change a lot in asp.net for the performance, but
this will stop my web update to mono-1.1.9 if this question will not
solve.

Can anybody help me?



More information about the Mono-devel-list mailing list