Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79431 --- shadow/79431 2006-09-17 17:52:46.000000000 -0400 +++ shadow/79431.tmp.2931 2006-09-17 17:52:46.000000000 -0400 @@ -0,0 +1,51 @@ +Bug#: 79431 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: Sys.Web +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: [2.0] Missing ClientScriptManager.RegisterForEventValidation + +Even if Mono isn't supporting event validation, these methods should be +stubbed so frameworks like Anthem.NET will work (Anthem.NET will call this +method even when event validation is set to false in web.config) + +#if NET_2_0 +[MonoTODO] +public void RegisterForEventValidation(System.Web.UI.PostBackOptions options){} +[MonoTODO] +public void RegisterForEventValidation(string uniqueId){} +[MonoTODO] +public void RegisterForEventValidation(string uniqueId, string argument){} +#endif + +MSDN: + +http://msdn2.microsoft.com/en-us/library/system.web.ui.clientscriptmanager.registerforeventvalidation.aspx + + +Steps to reproduce the problem: +1. +2. +3. + +Actual Results: + + +Expected Results: + + +How often does this happen? + + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
