Frequently Asked Interview Questions

How do you programatically force all validation controls in a particular validation group to be fired

Call the Page.Validate(string GroupName) method and pass the name of the validation group. This will fire only the validation controls in that validation group.

Most Visited Pages

Home | Site Index | Contact Us