https://bugzilla.novell.com/show_bug.cgi?id=643847
https://bugzilla.novell.com/show_bug.cgi?id=643847#c2 Daniel Peichev <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|[email protected] | --- Comment #2 from Daniel Peichev <[email protected]> 2010-10-06 13:26:07 UTC --- I examined the RadToolBar's $create statement and noticed that it is different under Mono. Here is a brief comparison: Mono: WebForm_DoPostback(\u0027RadToolBar1\u0027,\u0027{0}\u0027,null,false,true,false,true,\u0027{1}\u0027) ASP.NET: WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(\u0027RadToolBar1\u0027, \u0027{0}\u0027, true, \u0027{1}\u0027, \u0027\u0027, false, true)) This code is generated on the server via the Page.ClientScript.GetPostBackEventReference method. -- 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
