ButtonValidator and Hyperlinkbutton Demonstration
ButtonValidator and Hyperlinkbutton are an Silverlight controls to automatically run the
validators before you run the Click event. Only if the validation is successful
the click event is fired.
GroupValidator:
The name of the validation group to which this validation control belongs.Default value is empty.
ValidateAllGroups:
If true, validation all groups.