fixed SPRNET-1151 for NET 1.0&1.1

This commit is contained in:
eeichinger
2009-01-14 16:32:12 +00:00
parent dc098caed9
commit d88e86de9b

View File

@@ -1217,6 +1217,7 @@ namespace Spring.Web.UI
base.Validate();
}
#if NET_2_0
///<summary>
///Instructs the validation controls in the specified validation group to validate their assigned information.
///</summary>
@@ -1226,6 +1227,7 @@ namespace Spring.Web.UI
{
base.Validate(validationGroup);
}
#endif
/// <summary>
/// Evaluates specified validators and returns <c>True</c> if all of them are valid.