Easy Tutorial
❮ Control Validationsummary Control Htmlinputhidden ❯

ASP.NET LinkButton ValidationGroup Property



Definition and Usage

The ValidationGroup property specifies the group of controls to be validated during validation.

This property is mostly used when there are multiple buttons in a form.

Syntax

Property Description
group The group of controls to be validated.

Example

The following example validates a specific validation group:


❮ Control Validationsummary Control Htmlinputhidden ❯