* Page.cs (ValidateCollection): Don't check _eventValidation, it has nothing to do with the validators. svn path=/trunk/mcs/; revision=103485
@@ -1,3 +1,8 @@
+2008-05-19 Juraj Skripsky <[email protected]>
+
+ * Page.cs (ValidateCollection): Don't check _eventValidation, it
+ has nothing to do with the validators.
2008-05-16 Marek Habersack <[email protected]>
* StateManagedCollection.cs: make {Save,Load}ViewState simpler.
@@ -1981,11 +1981,6 @@ public partial class Page : TemplateControl, IHttpHandler
bool ValidateCollection (ValidatorCollection validators)
{
-#if NET_2_0
- if (!_eventValidation)
- return true;
-#endif
-
if (validators == null || validators.Count == 0)
return true;