https://bugzilla.novell.com/show_bug.cgi?id=685267
https://bugzilla.novell.com/show_bug.cgi?id=685267#c1 --- Comment #1 from QuickJack . <[email protected]> 2011-04-11 18:12:58 UTC --- I guess that there are more than one bug involved. Actually, there seems to be a problem with the LinkButton. If the TreeView is completely removed from the sample project, it can still be proven that the sole presence of the LinkButton on Page.aspx causes the PostBack operation to fail. In this case, the "PostItBack!" button needs to be pressed. In detail, it's the PostBackUrl property of the LinkButon. If the value of this property is set to a non empty string, the page is not posted back correctly. The Page.IsPostBack property is always false and the Page.PreviousPage always points to Default.aspx. As a result, the very usful LinkButton cannot be used under Mono 2.10.1 for cross page posting. I am sure that this bug will cause many ASP.NET applications to fail in Mono 2.10.1 that are working in .NET Framework without problems. If this bug is fixed, my original example might work without further problems. -- Configure bugmail: https://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
