DynamicControl::ValidationGroup Property
.NET Framework (current version)
Gets or sets the validation group name for the control.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: [ThemeableAttribute(false)] property String^ ValidationGroup { virtual String^ get(); virtual void set(String^ value); }
Implements
IFieldTemplateHost::ValidationGroupValidation groups allow you to assign validation controls on a page to a specific category. Each validation group can be validated independently from other validation groups on the page. Use the ValidationGroup property to specify the name of the validation group for which the DynamicControl control causes validation when the page posts back to the server.
.NET Framework
Available since 3.5
Available since 3.5
Show: