ValidationGroup is a feature introduced in ASP.
Here's my markup: Name: <asp:TextBox ID="txtNewName" runat="server" ValidationGroup="NewDepartmentValidationGroup" /> <asp:RequiredFieldValidator ID="vldtxtNewName" runat="…
asp.net requiredfieldvalidator validationgroupI have two validation groups: parent and child I have an add button that needs to only validate the child …
asp.net validation validationgroupThis is the code i'm using: <telerik:RadTextBox ID="txtTitre" runat="server" Skin="Windows7" Width="250"> </telerik:RadTextBox&…
c# javascript asp.net validationgroup