Jason Tucker's Blognot at all creative...I'm not sure I get this validation group stuff.- November 7, 2005 So we are trying to put the wraps on out ASP.Net 2.0 app for a client here and I thought it would be cool to check out the ValidationGroup thing that they added to the Validators. So lets say I have something like this for example: <asp:DropDownList ID="survey_list" runat="server" ><asp:RequiredFieldValidator InitialValue="" Id="RequiredFieldValidator3" runat="Server" Display="dynamic" ControlToValidate="survey_list" ErrorMessage="You must select a survey to copy to." >...http://weblogs.asp.net/jtucker/archive/2005/11/07/ValidatorsSchmalidators.aspx |