[Mono-bugs] [Bug 79431][Wis] New - [2.0] Missing ClientScriptManager.RegisterForEventValidation

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Sep 17 17:52:46 EDT 2006


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 philc at philisoft.com.

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: gonzalo at ximian.com                            
+ReportedBy: philc at philisoft.com               
+QAContact: mono-bugs at ximian.com
+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:


More information about the mono-bugs mailing list