From d88e86de9b888515a87c1880dae76e06936010de Mon Sep 17 00:00:00 2001 From: eeichinger Date: Wed, 14 Jan 2009 16:32:12 +0000 Subject: [PATCH] fixed SPRNET-1151 for NET 1.0&1.1 --- src/Spring/Spring.Web/Web/UI/Page.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Spring/Spring.Web/Web/UI/Page.cs b/src/Spring/Spring.Web/Web/UI/Page.cs index 640ca140..fc43efbf 100644 --- a/src/Spring/Spring.Web/Web/UI/Page.cs +++ b/src/Spring/Spring.Web/Web/UI/Page.cs @@ -1217,6 +1217,7 @@ namespace Spring.Web.UI base.Validate(); } +#if NET_2_0 /// ///Instructs the validation controls in the specified validation group to validate their assigned information. /// @@ -1226,6 +1227,7 @@ namespace Spring.Web.UI { base.Validate(validationGroup); } +#endif /// /// Evaluates specified validators and returns True if all of them are valid.