ValidatedControlConverter.FilterControl Method
.NET Framework 3.0
Returns a value indicating whether the specified control should be added to the list of controls that can be validated.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
When the FilterControl method returns true, the ValidatedControlConverter instance will add the ID of the control specified in the control parameter to the TypeConverter.StandardValuesCollection returned by the GetStandardValues method.
Community Additions
ADD
Show: