SO I have a data driven page which has both add and edit elements, which have their own validation controls. <BR><BR>What is a good strategy or technique(or is there some master control I'm missing, ...
<asp:TextBox ID="tbFirstName" runat="server" CausesValidation="true" style="width: 50%;" /> <asp:RequiredFieldValidator ID="rfvFirstName" runat="server ...